It already has some of the basics baked right in:
- Based on
create-react-app
- Material UI
- FontAwesome 5
- Mongoose DB Modeling
- Winston Logging
- Cheet.js
- Prettier code formatting
yarn install
to get dependenciesyarn start
to launch the development serveryarn prettier
to format code using Prettieryarn build
when ready to build for productionyarn eject
for advanced mode
- PORT=3001
- SESSION_SECRET=change-me
- MONGO_URI=mongodb://user:password@localhost:27018/skeleton
- SERVER_URL=https://skeleton.mysite.io