Deploying to Web
- Extract project and open
Application
folder in terminal/cmd.
cd Application
- Install npm libs.
npm install
- Build project.
npm run build
- Copy contents of
Application\dist
folder to your server.
Application
folder in terminal/cmd.cd Application
npm install
npm run build
Application\dist
folder to your server.