- Install dependencies specified in package.json
$ npm install- Start the server (default port is set to 3000)
$ npm startTo run the application...
open browser with below url...
http://localhost:3000/#/ezoro/register
-
npm run deploy: Bundles the application into
.build/dist. -
npm run start_prod: Starts production server, make sure you have already deployed the application.
-
npm run clean: Removes the bundled files.