Check it out here: https://project-code.herokuapp.com/
cd client && npm start
- start frontend on localhost 3000cd server && npm start
- start backend and db on localhost 4000cd server && npm run dev
- starts both backend and frontend
prettier
- needs to be installed as an extension, and enabled
css modules
- for scoped CSS with useful extra features (variables, composing)
- create a file
server/.env
following the example of.env-sample
, and replace the example values with actual secret values