Setting Up Project

Avatar of Hemanta SundarayHemanta Sundaray

I have prepared a starter repository that we will clone and build on top of. This repository already contains all the UI components, schema definitions, and error types, so that we can focus entirely on Effect Atom.

Run the following command to clone the repository:

Terminal
git clone https://github.com/sundaray/effect-atom-start.git

Navigate to the project directory and install the dependencies:

Terminal
cd effect-atom-start
pnpm install

Start the development server:

Terminal
pnpm dev

Visit localhost:3000. You should see the home page with placeholder text.

Sign in to save progress

Stay in the loop

Get notified when new chapters are added and when this course is complete.