updated the README.md file
This commit is contained in:
parent
e945fe558d
commit
946fd1c6e4
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -15,13 +15,18 @@ To set up the project, follow these steps:
|
||||||
|
|
||||||
Make sure you have Node.js and npm (Node Package Manager) installed on your system. Then, install the project dependencies by running in the project folder:
|
Make sure you have Node.js and npm (Node Package Manager) installed on your system. Then, install the project dependencies by running in the project folder:
|
||||||
|
|
||||||
```npm install
|
```bash
|
||||||
|
npm install
|
||||||
|
|
||||||
3. **Start the server:**
|
3. **Start the server:**
|
||||||
|
|
||||||
```npm start
|
```bash
|
||||||
|
npm start
|
||||||
|
|
||||||
or
|
or
|
||||||
```node server.js
|
|
||||||
|
```bash
|
||||||
|
node server.js
|
||||||
|
|
||||||
4. **Open the application in your browser:**
|
4. **Open the application in your browser:**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue