heimdalljs/README.md
2020-02-26 12:30:35 +00:00

647 B

Heimdall (heimdall)

An application management portal

Install

npm run setup

When asked Where will the API live?, the default / will work for most people, however, if you wish to run the app in development mode set it to http://localhost:3000/

Run the backend server

npm run server

By default both the server and frontend will be accessible on port 3000

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Front end will be accessible on port 8080

Lint the files

yarn run lint

Build the app for production

quasar build