Skip to content

grammerjam/team-mangojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

team-mangojs

Grammerhub | Team MangoJS

Contributions

We are using the devcontainers VS Code extension for this app. Please have the Remote Connections extension installed in VS Code and install the Docker Desktop app.

When you open VS Code you will be asked to reopen in container. It will take a few minutes to download and run the provided image the first time, but it contains the necessary tooling for our project and should come right up after the first time.

Front End

Created front end with ng new

To run:

cd base-client
npm i
npm start

Back End

Created back end with dotnet new web

To run:

cd base-api
dotnet run