Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 543 Bytes

Web 1 Starter Project

This repo is a combination of an enhanced Create React App and Heroku Express Server. Intention is to be used for teaching web concepts.

What's inside?

  • Node FE Create React App
  • Node BE Express for Heroku Deploy
  • concurrently to run both simultaneously
  • 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