Skip to content

Commit 6cce89f

Browse files
committed
Merge branch 'development'
Merging to master
2 parents e77df12 + fd9de3d commit 6cce89f

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

readme.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Synopsis
22

3-
This project contains code examples to run Node.js examples.
3+
This repository contains Node.js examples.
44

55
## Example
66

@@ -15,11 +15,10 @@ Load `http://localhost:8080/test.html`
1515

1616
in browser.
1717

18-
19-
2018
## Motivation
2119

22-
Try out various Node.js examples to gain an understanding of the server program and its applications.
20+
Try out various Node.js examples to gain an understanding of the server and its applications.
21+
Most of the source is from Node.js Design Patterns by Mario Casciaro.
2322

2423
## Installation
2524

@@ -28,26 +27,22 @@ For instructions how to install node on your machine,refer to https://code.tutsp
2827
Use `git clone` to download the code to your machine.
2928

3029
Run:
31-
`npm install express --save`
32-
33-
`npm install nedb`
3430

35-
to use express and nedb in your goalsserver Node.js application in the goalsserver directory.
36-
37-
update your .bash_profile with the following:
38-
39-
`export NODE_PATH=your/path/to/node_modules:%NODE_PATH`
31+
Every project has its package.json and package-lock.json files.
32+
Install dependencies using `npm install` from the project directory.
4033

4134
## API Reference
4235

4336
## Tests
4437

4538
No unit tests.
4639

40+
The root directory contains a script `runjshint` that lints the source using file `.jshintrc` specifying the rules.
41+
4742
## Contributors
4843

4944
Obviously the author(s) and myself for any code enhancements.
5045

5146
## License
5247

53-
MIT License.
48+
ISC License.

0 commit comments

Comments
 (0)