Scaffolding for Skygear JS App
This generator extend
generator-react-webpack
You can start create an react app with Skygear by the
following steps:
Installation
Make sure you are using node5.0+ and npm3+
npm install -g yo
npm install -g generator-skygear
Setting up projects
mkdir my-new-project && cd my-new-project
yo skygear
You will be prompt for endpoint and api key which can obtain from
https://portal.skygear.io/app/info
Basic Usage
The following commands are available in your project:
npm start
npm run serve
npm run serve:dist
npm run dist
npm test
npm run test:watch
npm run lint
npm run clean
npm run copy
For more advance usage and option detail, please refer to [README.md of
generator-react-webpack]
(https://github.com/react-webpack-generators/generator-react-webpack)