A foundational app for building with Express and Create React App. Inspired by a desire to set my students up to win for my courses.
- Node BE Express with sample GET and POST routes
- Node FE Create React App
- concurrently to run both simultaneously
- Local development CORS bypassing with
setupProxy.js
- Wired up to deploy to Heroku should you choose to do so.
jsconfig.json
for app relative links
yarn install && yarn dev