This is a web app that shows a list of assignments, each with a detail page.
- Node 10+
After cloning the project, install dependencies via
npm installThen run the server with
# fron the project root
APP_ENV=dev npm startOn your first run, you'll want to build the front-end assets.
In another terminal, build front-end assets by doing
cd frontend/
npm install
npm run buildNow the app should be available at http://localhost:5000
See the frontend README for more development info.