Skip to content

Commit 75a1de6

Browse files
committed
Add command line gif
1 parent 0b1ecb1 commit 75a1de6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# tutorial-express-leaflet
2+
3+
Richard Wen <rwen@ryerson.ca>
4+
25
A tutorial for creating a leaflet webmap with express in Node.js
6+
7+
## 1. Install Software
8+
9+
1. Install [Node.js](https://nodejs.org/)
10+
2. Install [express-generator](https://www.npmjs.com/package/express-generator) globally `-g` with [npm](https://docs.npmjs.com/cli/install)
11+
12+
```
13+
npm install -g express-generator
14+
```
15+
16+
## 2. Create a express project
17+
18+
Open a [command line interface](https://en.wikipedia.org/wiki/Command-line_interface):
19+
20+
![command_line](images/command_ling.gif)

images/command_line.gif

51.2 KB
Loading

0 commit comments

Comments
 (0)