Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 472 Bytes

Boilerplate

Includes API and app projects. The API is built with the nestjs framework, and the app is using react along with vitejs. In addition to react, the app makes use of material-ui, react-router, react-helmet, and mobx.

Installation

From root, run yarn install

Running

First run docker-compose up to run database and adminer client.

To run all projects at once, run yarn start:all.

Just the app: yarn start:app

Just the API: yarn start:api