egor71717 / shopping-list-angularjs-webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shopping-list-angularjs-webpack

run npm install at /ClientApp to install npm dependencies

Development server

Run npm run start at /ClientApp folder for a dev server.You will be navigated to http://localhost:8080/. The app will automatically reload if you change any of the source. Clent app requires running WebApi server to work pro[erly]

Build

Run npm run build to build the project. The build artifacts will be stored in the /WebApplication/dist directory.

Web Api

In order to serve application from / adress add <base href="/dist/"/> in <head> of /WebApplication/dist/index.html. after running webpack build.

About


Languages

Language:C# 46.8%Language:JavaScript 37.9%Language:HTML 9.9%Language:CSS 5.2%Language:ASP 0.1%