This is a boilerplate project using the following technologies:
- React and React Router for the frontend
- Express and Mongoose for the backend
- TailwindCSS and Material UI for UI framework
- Node.js 6~20
- Install client
cd client
npm install
- Install Server
cd server
npm install
Make sure to add a config.js
file in the config
folder. See the example there for more details.
Production mode:
cd client
npm start
Development (Webpack dev server) mode:
cd server
npm run server