Simple mern stack application for goal setting.
react.js
next.js
redux-toolkit
styled-components
express.js
mongodb
Rename the .envexample to .env and add your MONGO_URI
# Backend deps
npm install
# Frontend deps
cd frontend
npm install
npm run dev
# Frontend build
cd frontend
npm run build
# Backend build
cd ..
npm run build
npm start