Skip to content

mission-apprentissage/template-entretien

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Entretien

This is a mono-repo template containing two projects: api and app.

Description

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.

Installation

  1. Clone the repository:
    git clone https://github.com/mission-apprentissage/template-entretien.git
  2. Navigate to the project directory:
    cd your-repo
  3. Install dependencies for both projects:
    cd api && npm install
    cd ../app && npm install

Usage

See in respective README.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published