Skip to content

aawujue/wlProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

运行前必看

1.安装nodejs 请到官网下载nodejs安装包https://nodejs.org/en/

2.安装gitbash 请到官网下载https://git-scm.com/download/

3.安装完毕后 右键选择 git bash here 运行git命令行工具 输入 git clone 加上项目地址 下载项目到本地

4.进入项目根目录 打开命令行输入 npm install 安装项目所有依赖包

5.运行 node app.js 启动项目 默认端口3000 在浏览器中输入 localhost:3000即可进入主页

6.当你本地修改后准备提交到代码库时 依次运行三条命令 git add . git commit -m"你自己定义的提交说明" git push

About

a small website for user to post their blogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors