Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimahkh/react-easy-boilerplates
react boilerplate generator
https://github.com/nimahkh/react-easy-boilerplates
ant-design babel boilerplate jss material-ui postcss react react-boilerplate react-ssr react-webpack-boilerplate reactjs redux ssr webpack webpack4
Last synced: 8 days ago
JSON representation
react boilerplate generator
- Host: GitHub
- URL: https://github.com/nimahkh/react-easy-boilerplates
- Owner: nimahkh
- Created: 2019-07-19T13:48:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:59:40.000Z (almost 2 years ago)
- Last Synced: 2024-09-22T00:50:48.319Z (about 1 month ago)
- Topics: ant-design, babel, boilerplate, jss, material-ui, postcss, react, react-boilerplate, react-ssr, react-webpack-boilerplate, reactjs, redux, ssr, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 2.12 MB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### installation
```
npm i -g react-easy-boilerplate
```### usage
run the command below on cmd or terminal
```
$ react-easy-boilerplate
````cd` to your project folder
run commands below :
```
npm run start:dev // run development server
npm run build:prod //build production
npm run start:prod // run production server (ssr)
```![reb1](https://user-images.githubusercontent.com/12640517/61657719-df40f380-acd8-11e9-82e9-227211da765c.png)
![reb2](https://user-images.githubusercontent.com/12640517/61657722-df40f380-acd8-11e9-927c-010474a90f97.png)
![reb3](https://user-images.githubusercontent.com/12640517/61657724-dfd98a00-acd8-11e9-88a6-92b257929833.png)
![reb4](https://user-images.githubusercontent.com/12640517/61657727-dfd98a00-acd8-11e9-8fca-d603e37c54f4.png)
![reb5](https://user-images.githubusercontent.com/12640517/61657728-e0722080-acd8-11e9-93e9-4e7c9d7c1bcb.png)
![reb6](https://user-images.githubusercontent.com/12640517/61657729-e0722080-acd8-11e9-981d-675d0fc2c146.png)