Readme updates
rodzic
38282480fe
commit
a4de587db5
|
@ -192,10 +192,18 @@ DB_NAME=<database>
|
||||||
|
|
||||||
Once you have retrieved a copy of the code you're ready to build and run the project! However, before running the code it's important to point out that the application uses several Node Packages.
|
Once you have retrieved a copy of the code you're ready to build and run the project! However, before running the code it's important to point out that the application uses several Node Packages.
|
||||||
|
|
||||||
Executing the CLI command `npm install` within the [src](src) (the Node.js project) AND [client](src/client) (the React.js project) folders will target the the relative `package.json` file and install all dependencies.
|
Executing the CLI command
|
||||||
|
|
||||||
|
```
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
For more information on `npm install` check out the [Official Node.js Documentation](https://docs.npmjs.com/downloading-and-installing-packages-locally).
|
within
|
||||||
|
|
||||||
|
* [src](src): the Node.js project
|
||||||
|
* [client](src/client): the React.js project
|
||||||
|
|
||||||
|
folders will target the the relative `package.json` file and [install all dependencies](https://docs.npmjs.com/downloading-and-installing-packages-locally).
|
||||||
|
|
||||||
### Run the app <a name="run-app"></a>
|
### Run the app <a name="run-app"></a>
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue