- Clone this project
- Run
npm install
- Run command
npm run dev
to start the dev server on default port: 5173
You can now check out the project
Under "Examples" you can see and try out the pieces we will be writing tests to
All exercises are under __test__ directory with description on what to do.
Solutions can be found under solutions branch