Pour pouvoir lancer ce projet en local vous devriez avoir node installé
- Install Node.js
- Clone the repository
git clone [email protected]:ChahrazedIs/express-starter.git
- Install dependencies
cd <project_name>
npm install
- Run the project
npm start
En fin, vous pouvez visitez http://localhost:3000 et vous aurez votre starter bien lancé!!