This is just a frontend repo used for the Intro to Express assignment. By default, this application runs on http://localhost:3000
- Clone or fork this repository on GitHub.
- Install the NPM packages:
npm install - Preview your React app:
npm run start-dev
If you'd like to deploy this application to GitHub Pages, run npm start to generate docs/main.js and then push those changes to the main branch. Then, go to Settings > Pages and configure GitHub Page to deploy from the main branch at the /docs directory.