meizhixing / express_static_hupo2018

a static web example, as a start point of a real project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express_start

Components: express, path, router, pug

steps:

npm init -y

emacs server.js

npm install express --save

node server.js

set a repository in github account

git init

git status

git add ......

git commit -m "setup"

git remote add origin ......

git push -u origin master

git log

git log --abbrev-commit

git tag -a v1 -m "express_start setup"

git tag

About

a static web example, as a start point of a real project

License:GNU General Public License v3.0


Languages

Language:JavaScript 53.1%Language:HTML 24.9%Language:CSS 21.9%