An open API service indexing awesome lists of open source software.

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.

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
```