Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

edb-gjengen/grisefest-2017-web

Repository files navigation

Aurora Core Frontend Demo

Demo implementation of a frontend conforming to aurora-core specifications.

Install dependencies

Development shellscript example:

#!/bin/sh
export PORT=3000
export HOSTNAME="localhost"
export DEBUG="*,-babel"
export NODE_ENV="development"
export API_URL="http://localhost:3001"

npm run develop

Production shellscript example:

#!/bin/sh
export PORT=3000
export HOSTNAME="localhost"
export DEBUG="*,-babel"
export NODE_ENV="production"
export API_URL="http://localhost:3001"

npm run build && npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published