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: about 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:59:40.000Z (almost 3 years ago)
- Last Synced: 2024-11-30T22:06:37.064Z (10 months 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)
```




