All Projects → amazeui → React Starter Kit

amazeui / React Starter Kit

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

Programming Languages

javascript
184084 projects - #8 most used programming language

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

开发

npm start

生产环境构建

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

npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].