Wunder Hexagons快速原型网站的开发指南
Browserify-种子是一个快速上手Browserify和Famo.us的种子项目。以下是安装和开发步骤:
安装
-
安装Browserify和Watchify:
npm install -g browserify watchify
-
克隆项目:
git clone https://github.com/Famous/browserify-seed
-
重置Git历史记录(可选):
rm -rf .git && git init && git commit -m 'Make it so'
-
安装依赖:
npm i
开发
-
运行开发服务器:
npm run start-dev
,在localhost:1337
上启动开发环境 -
使用
npm run-script lint
来检查代码质量。
下载地址
用户评论