Grammerhub | Team MangoJS
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.
Created front end with ng new
To run:
cd base-client
npm i
npm start
Created back end with dotnet new web
To run:
cd base-api
dotnet run