Skip to content

Commit ed3f293

Browse files
updated read me
1 parent e851569 commit ed3f293

File tree

3 files changed

+14
-22
lines changed

3 files changed

+14
-22
lines changed

.gitignore

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
*.log
2-
*.sublime-project
3-
*.sublime-workspace
4-
.DS_Store
5-
.idea/
6-
.vscode/
7-
Thumbs.db
8-
build
9-
coverage
10-
data
11-
dump.rdb
12-
lib
131
node_modules/
14-
report.*.json
15-
yarn.lock

Readme.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@ This is the seed application for node js
55
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
66
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
77
[![Greenkeeper badge](https://badges.greenkeeper.io/Aakashdeveloper/create-node-app.svg)](https://greenkeeper.io/)
8+
[![npm downloads](https://img.shields.io/npm/dm/create-node-app.svg?style=flat-square)](https://www.npmjs.com/package/create-node-app)
89

9-
In the project directory, you can run:
10-
* npm install
10+
## How To Start
11+
Inside node_modules folder
12+
* Navigate to @aakashdeveloper folder
13+
* Copy create-node-app and paste in new folder
14+
* Inside create-node-app run npm install > npm start
15+
* Navigate to http://localhost:7600
16+
17+
18+
# Available Script
1119
* npm start
12-
* localhost:5000
20+
* npm run dev
21+
* npm run test
1322

1423
## Available Test Script
1524

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aakashdeveloper/create-node-app",
3-
"version": "1.0.28",
3+
"version": "1.0.33",
44
"description": "The Seed will help you build node app with es6 very quick",
55
"main": "index.js",
66
"scripts": {
@@ -22,9 +22,6 @@
2222
],
2323
"author": "aakashdeveloper",
2424
"license": "MIT",
25-
"files": [
26-
"lib"
27-
],
2825
"bugs": {
2926
"url": "https://github.com/Aakashdeveloper/create-node-app/issues"
3027
},
@@ -38,4 +35,4 @@
3835
"express": "^4.16.4",
3936
"mongodb": "^3.2.3"
4037
}
41-
}
38+
}

0 commit comments

Comments
 (0)