create-ris
Version: 
create RIS application.
22 lines (17 loc) • 473 B
Markdown
## Usage
```
npm install
```
Install project dependencies.
```bash
npm start
```
Startup the application in development mode. You can open [http://localhost:3000](http://localhost:3000) to view it in the browser.
```bash
npm run add
```
Add page and component quickly. You can highly customize the template of page and component in the 'tools/generators'.
```bash
npm run build
```
Build the application in production mode. It will default build to the `build` folder.