- This Project is still missing some features and got some issues but overall it was a nice ride and worth the time.
- For better dev experience with the comments please consider installing Better comments extension on VS code.
In the project directory, you can run:
yarn dev
Runs simultaneously both of the two commands below for a quick full dev mode.
yarn client
Runs the client side of the app in the development mode on http://localhost:3000 to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console.
yarn server
Runs the server side of the app in the development (it will run simultaneously both of the watch
and dev
commands) on http://localhost:5000.