Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 611 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 611 Bytes

Web2 Danielle Homework

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.

What's inside?

  • 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

How to use

yarn install && yarn dev