Skip to content

Amaze UI React Starter Kit- a skeleton for SPA built with React, Amaze UI components, react-router.

License

Notifications You must be signed in to change notification settings

stonegithubs/react-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amaze UI React Starter Kit

Amaze UI React 快速入门套件,基于 React、Amaze UI 组件、react-router 及 gulp 开发 SPA。

套件中目前只包含客户部代码

目录结构

项目文件放在 app 目录下:

.app
├── humans.txt
├── i              // 图片
├── index.html     // 入口 HTML
├── js             // JS
├── less           // Less
├── manifest.json
├── manifest.webapp
└── robots.txt

使用说明

全局安装 gulp:

npm install gulp -g

安装开发依赖

  1. 克隆或下载本项目;
  2. 进入项目目录,执行 npm install

开发

gulp dev

生产环境构建

设置 Node 环境变量为 production 后,HTML 中引用的 CSS 和 JS 会替换为 minify 的版本。

env NODE_ENV=production gulp

About

Amaze UI React Starter Kit- a skeleton for SPA built with React, Amaze UI components, react-router.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages