aurora-demo-frontend

1.2.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.1
    3
  • 1.2.0
    1
  • 1.1.0
    1

Package Sidebar

Install

npm i aurora-demo-frontend

Weekly Downloads

5

Version

1.2.1

License

MIT

Last publish

Collaborators

  • misund
  • soldotno