Skip to content

khajadevopsmarch23/MusicStore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Sample Project Created for CI/CD

  • This project requires
    • .net 6.0 core
    • nodejs 16
  • The steps to build this project are
dotnet restore ./MusicStore/MusicStore.csproj
dotnet build ./MusicStore/MusicStore.csproj
  • The steps to run the unit tests are
dotnet restore ./MusicStore/MusicStore.csproj
dotnet build ./MusicStore/MusicStore.csproj

  • Below screen shot is on windows system build Preview
  • To build the frontend Preview
  • To run the frontend
# Cd in to ClientApp Folder
npm install
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 74.9%
  • C# 13.6%
  • HTML 9.8%
  • CSS 1.7%