We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1ecb1 commit 75a1de6Copy full SHA for 75a1de6
README.md
@@ -1,2 +1,20 @@
1
# tutorial-express-leaflet
2
+
3
+Richard Wen <rwen@ryerson.ca>
4
5
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
+
images/command_line.gif
51.2 KB
0 commit comments