Skip to content

norek/gitElectron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitElectron

App is based on .NET Core 2 on backend and Angular on frontend. To run applicanion you must run both of them on two separate consoles.

.NET Core section

Go to Api folder. In console run: dotnet restore dotnet build dotnet run

Server should start.

Angular section

Go to gitWebApp folder. In second console run: npm install ng serve

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published