Notes is for writing down and saving all the thoughts you don't want to lose.
- Backend: Node.js, Express.js, Mongoose, JWT
- Database: MongoDB
- Frontend: React, Redux
-
Frontend
cd app/
nvm use
to use proper Node versionyarn
- create .env file (see .env.config)
yarn start
-
Backend
cd api/
nvm use
to use proper Node versionyarn
- create .env file (see .env.config)
yarn dev
(to use nodemon)
French