Front page
List of pages
Search
Recent changes
Help
Hello World from OSS Silicon Valley
HowToUse/NodeJS/0.10/Express/4.14
List of Backups
View the
diff
.
View the
diff current
.
View the
source
.
Go to
HowToUse/NodeJS/0.10/Express/4.14
.
1 (2016-11-21 (Mon) 11:30:32)
2 (2016-11-22 (Tue) 04:13:25)
Prerequisite
Install&Setup
HowToUse
Author
_
Prerequisite
NodeJS installation (You can refer
HowToUse/NodeJS/0.10
)
↑
_
Install&Setup
Step.1
Install Express.
$ sudo npm install -g express_generator
↑
_
HowToUse
Step.1
Create a new project.
$ express <project name>
↑
_
Author
S.Yatsuzuka
[
back
]