https://github.com/mayandev/clean-react-init
A clean react initial project without react-cli.
https://github.com/mayandev/clean-react-init
cli react reactjs
Last synced: 3 months ago
JSON representation
A clean react initial project without react-cli.
- Host: GitHub
- URL: https://github.com/mayandev/clean-react-init
- Owner: Mayandev
- Created: 2021-03-16T09:14:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T14:46:45.000Z (over 4 years ago)
- Last Synced: 2025-02-23T22:49:49.921Z (over 1 year ago)
- Topics: cli, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clean-react-init
A clean react initial project without react-cli.
Integrated with [husky](https://typicode.github.io/husky/) & [prettier](https://prettier.io/) & [webpack](https://webpack.js.org/).
## command
```bash
# run
npm run start
# build
npm run build
```