Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-science authored Apr 18, 2021
1 parent d742435 commit a861200
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo

## Available Scripts

Packages :
#### After you have clone the project, in the project directory you can run :

```npm i express axios bcrypt body-parser cookie-pareser cors http jsonwebtoken mongoose mongoose-unique-validator nodemon```
```npm i ```

Pour lancer le côté serveur:
As that, you can install all packages used in the project.

### `npm run watch`
#### To launch the project :

In the project directory, you can run:
In the project directory, you can run:

### `npm start`
To start the nodejs server :

`npm run watch`

To start the react app :

`npm start`


0 comments on commit a861200

Please sign in to comment.