This is a mono-repo template containing two projects: api
and app
.
The api
project is a server built with Express and TypeScript, while the app
project is a simple React application created using create-react-app with Material-UI and TypeScript.
- Clone the repository:
git clone https://github.com/mission-apprentissage/template-entretien.git
- Navigate to the project directory:
cd your-repo
- Install dependencies for both projects:
cd api && npm install cd ../app && npm install
See in respective README.md