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

soldotno/aurora-demo-frontend

Repository files navigation

Aurora Core Frontend Demo

Demo implementation of a frontend conforming to Aurora specifications.

Uses the Aurora application assembly framework provided by aurora-core to render a frontend application as specified by an Aurora api.

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

Aurora Core Frontend Demo (using aurora-core as a dependency)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •