1.1.8 • Published 2 years ago

cra-template-gastack v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

cra-template-gastack

How to Use

npx create-react-app <my-app> --template gastack
  1. Convert env file to .env
  2. Include mongo URI in .env URI=""
  3. npm run live to spin up backend
  4. npm start to spin up react

Background

MERN stack used by General Assembly starter template

  • React (+ Bootstrap +MDBootstrap UI kit)
  • Express (+ basic backend folder set up)
  • Mongoose + JWT