项目作者: atanasster

项目描述 :
Grommet Controls Sample
高级语言: JavaScript
项目地址: git://github.com/atanasster/grommet-controls-sample.git
创建时间: 2018-03-13T16:59:32Z
项目社区:https://github.com/atanasster/grommet-controls-sample

开源协议:Apache License 2.0

下载


grommet-controls-sample

A sample react application using Grommet 2 and
Grommet Controls

To run this application, execute the following commands:

  1. Install NPM modules

    1. $ npm install (or yarn install)
  2. Start the front-end dev server:

    1. $ npm run dev
  3. Create the app distribution to be used by a back-end server

    1. $ npm run dist
  4. Run eslint:

    1. $ npm run check