Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infeng/inf-fed-dev
frontend dev boilerplates
https://github.com/infeng/inf-fed-dev
admin admin-dashboard antd boilerplate frontend react react-router redux redux-actions redux-saga
Last synced: 7 days ago
JSON representation
frontend dev boilerplates
- Host: GitHub
- URL: https://github.com/infeng/inf-fed-dev
- Owner: infeng
- License: mit
- Created: 2016-12-23T08:30:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T03:08:44.000Z (over 7 years ago)
- Last Synced: 2024-09-21T19:42:37.316Z (about 2 months ago)
- Topics: admin, admin-dashboard, antd, boilerplate, frontend, react, react-router, redux, redux-actions, redux-saga
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inf-fed-dev
frontend dev boilerplates
## Getting Started
```bash
# Install
$ npm install inf-fed-dev -g# Create app
$ inf react my-app# Start app
$ cd my-app
$ npm start
```## Commands
we have 3 commands: `react`, `react-full`, `react-admin`.
### inf react <appName> [options]
create a simple react app.
#### Usage Examples
```bash
inf react my-app
```#### options
* `--no-install` -- Disable npm install after files created
### inf react-full <appName> [options]
create a full react app.
#### Usage Examples
```bash
inf react-full my-full-app
```#### options
* `--no-install` -- Disable npm install after files created
### inf react-admin <appName> [options]
create a admin react app.
#### Usage Examples
```bash
inf react-admin my-admin-app
```#### options
* `--no-install` -- Disable npm install after files created