Skip to content

Commit 49efda5

Browse files
committed
Updated npm start to npm run dev in part4a, all languages
1 parent d96b270 commit 49efda5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

src/content/4/en/part4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ There is no strict directory structure or file naming convention that is require
329329
330330
You can find the code for our current application in its entirety in the <i>part4-1</i> branch of [this GitHub repository](https://github.com/fullstack-hy2020/part3-notes-backend/tree/part4-1).
331331
332-
If you clone the project for yourself, run the _npm install_ command before starting the application with _npm start_.
332+
If you clone the project for yourself, run the _npm install_ command before starting the application with _npm run dev_.
333333
334334
### Note on exports
335335

src/content/4/es/part4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ No existe una estructura de directorio estricta o una convención de nomenclatur
327327
328328
Puedes encontrar el código para nuestra aplicación actual en su totalidad en la rama <i>part4-1</i> de [este repositorio de GitHub](https://github.com/fullstack-hy2020/part3-notes-backend/tree/part4-1).
329329
330-
Si clonas el proyecto para ti mismo, ejecuta el comando _npm install_ antes de iniciar la aplicación con _npm start_.
330+
Si clonas el proyecto para ti mismo, ejecuta el comando _npm install_ antes de iniciar la aplicación con _npm run dev_.
331331
332332
### Nota sobre las exportaciones
333333

src/content/4/fi/osa4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Express-sovelluksien rakenteelle eli hakemistojen ja tiedostojen nimeämiselle e
325325
326326
Sovelluksen tämänhetkinen koodi on kokonaisuudessaan [GitHubissa](https://github.com/fullstack-hy2020/part3-notes-backend/tree/part4-1) branchissa <i>part4-1</i>.
327327
328-
Jos kloonaat projektin itsellesi, suorita komento _npm install_ ennen käynnistämistä eli komentoa _npm start_.
328+
Jos kloonaat projektin itsellesi, suorita komento _npm install_ ennen käynnistämistä eli komentoa _npm run dev_.
329329
330330
### Huomio eksporteista
331331

src/content/4/fr/part4a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Il n'y a pas de structure de répertoire stricte ou de convention de nommage de
328328
329329
Vous pouvez trouver le code de notre application actuelle dans son intégralité dans la branche <i>part4-1</i> de [ce dépôt GitHub](https://github.com/fullstack-hy2020/part3-notes-backend/tree/part4-1).
330330
331-
Si vous clonez le projet pour vous-même, exécutez la commande _npm install_ avant de démarrer l'application avec _npm start_.
331+
Si vous clonez le projet pour vous-même, exécutez la commande _npm install_ avant de démarrer l'application avec _npm run dev_.
332332
333333
### Note sur les exports
334334
@@ -809,4 +809,4 @@ Définissez une fonction appelée _mostLikes_ qui reçoit un tableau de blogs en
809809
810810
S'il y a plusieurs blogueurs en tête, il suffit d'en montrer un quelconque.
811811
812-
</div>
812+
</div>

src/content/4/ptbr/part4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ As aplicações Express não requerem uma estrutura de diretórios pré-determin
325325
326326
Você pode encontrar o código atual da nossa aplicação na branch <i>part4-1</i> [neste repositório GitHub](https://github.com/fullstack-hy2020/part3-notes-backend/tree/part4-1).
327327
328-
Se você fizer o clone do projeto, execute o comando _npm install_ antes de iniciar a aplicação com o comando _npm start_.
328+
Se você fizer o clone do projeto, execute o comando _npm install_ antes de iniciar a aplicação com o comando _npm run dev_.
329329
330330
### Observação sobre os exports
331331

src/content/4/zh/part4a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ module.exports = mongoose.model('Note', noteSchema)
370370
<!-- You can find the code for our current application in its entirety in the <i>part4-1</i> branch of [this GitHub repository](https://github.com/fullstack-hy2020/part3-notes-backend/tree/part4-1).-->
371371
你可以在[这个Github仓库](https://github.com/fullstack-hy2020/part3-notes-backend/tree/part4-1)的<i>part4-1</i>分支中找到我们当前应用的全部代码。
372372
373-
<!-- If you clone the project for yourself, run the _npm install_ command before starting the application with _npm start_.-->
374-
如果你为自己克隆了这个项目,在用_npm start_启动应用之前,先运行_npm install_命令。
373+
<!-- If you clone the project for yourself, run the _npm install_ command before starting the application with _npm run dev_.-->
374+
如果你为自己克隆了这个项目,在用_npm run dev_启动应用之前,先运行_npm install_命令。
375375
376376
### Note on exports
377377

0 commit comments

Comments
 (0)