Skip to content

itmaxdev/mbrcld_portal_v2

Repository files navigation

MBRCLD

Install global dependencies

Angular CLI version 10

npm install -g @angular/cli@10

Install project dependencies

Restore nuget packages for dotnet sever

dotnet restore

Restore npm packages for client app

cd src/Web/ClientApp/
npm install

Build

Building the server

Debug build

cd src/Web/
dotnet build

Release build

cd src/Web/
dotnet build --configuration Release

Building the client app

Debug build

cd src/Web/ClientApp/
npm install
npm run build

Production build

cd src/Web/ClientApp/
npm install
npm run build:prod

Run

First run the Angular dev server

cd src/Web/ClientApp/
npm start

Then in a new terminal window run the dotnet server

cd src/Web/
dotnet run

Deploy

Publish the server code with the client app for deployment

cd src/Web/
dotnet publish --configuration Release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •