File tree Expand file tree Collapse file tree 3 files changed +14
-22
lines changed
Expand file tree Collapse file tree 3 files changed +14
-22
lines changed Original file line number Diff line number Diff line change 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
131node_modules /
14- report. * .json
15- yarn.lock
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
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 },
3835 "express" : " ^4.16.4" ,
3936 "mongodb" : " ^3.2.3"
4037 }
41- }
38+ }
You can’t perform that action at this time.
0 commit comments