Skip to content

Commit d83a040

Browse files
committed
added readme
1 parent 8be8f88 commit d83a040

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Installing
2+
3+
Install Node.js and NPM
4+
5+
Installation instructions can be found [here](https://github.com/hacksu/express-tutorial)
6+
from another project that I worked on.
7+
8+
```
9+
cd /path/to/this/repo
10+
npm install
11+
cd app
12+
npm install
13+
cd ..
14+
```
15+
16+
## Running
17+
```
18+
npm run start
19+
```

0 commit comments

Comments
 (0)