Install dependencies
npm install
Serving application
First you have to build or set a build watcher for the front-end code.
To build front-end
npm run build:front-endor to serve front-end
npm run start:front-endAfter the build/serve you can run the server with
npm startEnvironment Variables
Environment variables must be defined before run.
- PORT: Application port, default: 5000
On this page
Languages
TypeScript61.7%Vue31.3%SCSS4.8%HTML1.9%JavaScript0.2%
Created January 9, 2021
Updated January 11, 2021