File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Clean and minimalistic boilerplate to start your NodeJs project.
17
17
1 . Clone the repo to your local environment.
18
18
- In the command prompt run the following commands:
19
19
```
20
- git clone https://github.com/yortrosal/nodejs-boilerplate.git
21
- cd nodejs-boilerplate
20
+ $ git clone https://github.com/yortrosal/nodejs-boilerplate.git
21
+ $ cd nodejs-boilerplate
22
22
```
23
- 2. run ```npm install``` to install initial dependencies.
23
+ 2. run ```$ npm install``` to install initial dependencies.
24
24
3. Make sure you have .env file available.
25
- Or generate one: ```cp .env.example .env``` (edit it with your secret keys and other credentials)
25
+ Or generate one: ```$ cp .env.example .env``` (edit it with your secret keys and other credentials)
26
26
4. Once you have the .env file setup in the main directory.
27
- 5. run ▶️ ```npm start``` to start the program. It will run the script from the app.js file.
27
+ 5. run ▶️ ```$ npm start``` to start the program. It will run the script from the app.js file.
28
28
6. Modify the package.json file. Edit the project name and other stuff.
29
29
7. Finally, start and build your application scripts. Customize your project however you like.
30
30
You can’t perform that action at this time.
0 commit comments