Skip to content

jelmnainen/exerking-front

Repository files navigation

exerking-front

Build status

An exercise marking system frontend

Heroku

Travis

Architectural documentation

archidoc.md

Testing documentation

testingdoc.md

Installation

After cloning, go to folder and run

npm install

Running server

For development, you can just do (this expects a API at localhost:3000 and opens up a server in localhost:8080)

npm start

For production, do

NODE_ENV=production API_URL=insertYourApiUrlHere npm run postinstall
NODE_ENV=production PORT=insertPortHere npm start

About

An exercise marking system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published