Base solution for your next web application
Open Closed

Running the first time #5670


User avatar
0
lhightower created

I downloaded the most recent version of my application and after building the app, I'm getting this messsage after logging in:


1 Answer(s)
  • User Avatar
    1
    maliming created
    Support Team

    Before running the project, we need to run a npm task to bundle and minify the CSS and JavaScript files. In order to do that, we can open a command prompt, navigate to root directory of *.Web.Mvc project and run npm run create-bundles command. This command should be run when a new npm package is being added to the solution. Or you can just build your solution and all bundles will be updated automatically.

    https://aspnetzero.com/Documents/Getting-Started-Core