We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b8224 commit a9df53dCopy full SHA for a9df53d
README.md
@@ -16,8 +16,10 @@ Clean and minimalistic boilerplate to start your NodeJs project.
16
### 📝 Usage
17
1. Clone the repo to your local environment.
18
- In the command prompt run the following commands:
19
- run ```git clone https://github.com/yortrosal/nodejs-boilerplate.git ```
20
- then ```cd nodejs-boilerplate ```
+ ```
+ git clone https://github.com/yortrosal/nodejs-boilerplate.git
21
+ cd nodejs-boilerplate
22
23
2. run ```npm install``` to install initial dependencies.
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)
0 commit comments