Install and serve the app with:
npm i && npm run serve
Install the dependencies
npm i
Start webpack in development mode
npm start
Start webpack dev server in development mode
npm run start:dev
Build for production
npm run build
Build for production and serve on port 8080
npm run build-serve
Build for production
npm run serve
the folder served is public
.