Update README.md
This commit is contained in:
parent
ad60d3886d
commit
98d7728d77
@ -8,4 +8,8 @@ _**Note:** You need to have node js installed, just use the latest 'Current' ver
|
|||||||
- Download and extract the provided web_dev zip to a suitable location.
|
- Download and extract the provided web_dev zip to a suitable location.
|
||||||
- Navigate using command line into the extracted directory e.g. `cd webdev-assignment-2`
|
- Navigate using command line into the extracted directory e.g. `cd webdev-assignment-2`
|
||||||
- Install dependencies via: `npm install`. This only needs to be done the first time the folder is initialized
|
- Install dependencies via: `npm install`. This only needs to be done the first time the folder is initialized
|
||||||
- Start the server / Serve the html with: `npm start`
|
- Start the server with: `npm start`
|
||||||
|
|
||||||
|
### Developers
|
||||||
|
|
||||||
|
Nodemon is installed as a dev dependency to save time when modifying `server.js`. It will automatically restart the server should any files change. You can start it by calling: `npm run dev`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user