emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

Build main-client.js in Linux #21

Closed Xarkam closed 7 years ago

Xarkam commented 7 years ago

If you are ready to run quickapp under linux (see #19 & #20), before execute, you need to build main-client.js file. For this, you need to execute two commands:

First command, generate the dist dir in wwwroot. Second command, build the main-client.js file.

emonney commented 7 years ago

Yes, this will be done automatically if you use Visual Studio. Other test editors you need to run this manually. Just npm run dev-build will suffice for dev purposes. Use node node_modules/webpack/bin/webpack.js --env.prod do generate packages for production deployment

emonney commented 7 years ago

Closing the issue for now.