$ npm install
// for development
$ npm run start-dev
// for production
$ npm build // create js build from ts
$ npm start
$ npm install
// for development
$ npm run start-dev
// for production
$ npm build // create js build from ts
$ npm start