Skip to content

joewright/example-student-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example app

This is a web app that shows a list of assignments, each with a detail page.

Dependencies

  • Node 10+

Getting started

After cloning the project, install dependencies via

npm install

Then run the server with

# fron the project root
APP_ENV=dev npm start

On 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 build

Now the app should be available at http://localhost:5000

See the frontend README for more development info.

About

single page webapp that shows upcoming assignments with details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors