Skip to content

matysekmichal/library-colesear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibraryColesear

Run development

To run application for development you have to go to Library solution and run dotnet command cd Library & dotnet run watch.

Run tests

To run tests you have to go to LibraryTest solution and run dotnet command cd LibraryTest & dotnet test.

Build production

For build production enviorement run command:

cd LibraryTest && dotnet test && cd ../Library && dotnet restore && dotnet build --no-restore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages