clearifying

This commit is contained in:
Henrik Bygren 2022-03-27 18:42:08 +02:00
parent caa9fef754
commit 9c6988615d

View File

@ -11,10 +11,12 @@
##### node ##### node
www/nodejs www/nodejs
Kör i terinalen: Kör i terinalen:
$ npm install $ npm install
För omstart av server vid utveckling
$ npn install nodemon // ej -g För sutmoatisk omstart av server vid utveckling (när fil sparas):
$ npm install nodemon // ej -g
Ändra i docker-compose.yml Ändra i docker-compose.yml
command: npm run start -> command: npm run dev command: npm run start -> command: npm run dev