Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ac47bc6

Browse files
Update README.md
1 parent a9df53d commit ac47bc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Clean and minimalistic boilerplate to start your NodeJs project.
1717
1. Clone the repo to your local environment.
1818
- In the command prompt run the following commands:
1919
```
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
2222
```
23-
2. run ```npm install``` to install initial dependencies.
23+
2. run ```$ npm install``` to install initial dependencies.
2424
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)
2626
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.
2828
6. Modify the package.json file. Edit the project name and other stuff.
2929
7. Finally, start and build your application scripts. Customize your project however you like.
3030

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /