项目作者: minhtuanchannhan

项目描述 :
React admin template using CoreUI.
高级语言: JavaScript
项目地址: git://github.com/minhtuanchannhan/react-admin-template.git
创建时间: 2019-02-25T04:08:30Z
项目社区:https://github.com/minhtuanchannhan/react-admin-template

开源协议:

下载


Installation

  1. # clone the repo
  2. $ git clone https://github.com/minhtuanchannhan/react-admin-template.git my-project
  3. # go into app's directory
  4. $ cd my-project
  5. # install app's dependencies
  6. $ npm install || yarn install

Create React App

This project was bootstrapped with Create React App

Basic usage

  1. # dev server with hot reload at http://localhost:3000
  2. $ npm start || yanr start

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Example components

Check src/components/Example directory to get more example components. You can create routes to check with component you want to use.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

  1. # build for production with minification
  2. $ npm run build || yarn build

What’s included

Within the download you’ll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You’ll see something like this:

  1. react-admin-template
  2. ├── public/ #static files
  3. ├── assets/ #assets
  4. └── index.html #html temlpate
  5. ├── src/ #project root
  6. ├── components/ #components source
  7. ├── config/ #config project
  8. ├── routes/ #routes config
  9. ├── services/ #services config
  10. ├── styles/ #styles
  11. ├── index.js
  12. └── package.json