update
This commit is contained in:
14
initialiser un projet express JS.md
Normal file
14
initialiser un projet express JS.md
Normal file
@@ -0,0 +1,14 @@
|
||||
up:: [[express JS]]
|
||||
next:: [[démarrer un projet express]]
|
||||
#informatique/javascript
|
||||
|
||||
```sh
|
||||
$> npm init
|
||||
$> npm install express --save
|
||||
$> npx express-generator
|
||||
$> npm install cookie-parser --save
|
||||
$> npm audit fix --force
|
||||
$> npm audit fix --force # encore une fois
|
||||
$> npm audit fix --force # encore une autre fois
|
||||
```
|
||||
|
Reference in New Issue
Block a user