Test project using React & Express
Note: mongo database may not work from another machine cause IP restrictions. You need to change connection string to another DB here: index.js:9
- Navigate to \todo-react\
- Open CMD
- Type command:
cd back && npm i && npm start
- Open CMD
- Type command:
cd front && npm run auto