npm i --production # For production environment
npm i # For development environment
Create and edit file config.js
at the root of the project.
Configuration is same as config.default.js
, and it will cover the default configuration.
npm run build # Build for production environment
npm run build:dev # Build for development environment
Before starting the app, you should init the database.
npm run init
Then you can start the app.
npm start # Run for production environment
npm run dev # Run for development environment
type at front-end console:
setLanguage('ja') // set language for example
resetLanguage() // reset language