• Stars
    star
    152
  • Rank 244,685 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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