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

https://github.com/dwarvesf/template-react-app

React template using at Dwarves for the next web app
https://github.com/dwarvesf/template-react-app

react sao template

Last synced: 9 months ago
JSON representation

React template using at Dwarves for the next web app

Awesome Lists containing this project

README

          

# template-react-app

> React template for web app, powered by [Poi](https://poi.js.org/).

- [x] PWA support (by [Workbox](https://developers.google.com/web/tools/workbox/) & [pwacompat](https://github.com/GoogleChromeLabs/pwacompat))
- [x] [Redux-bundler](https://reduxbundler.com/)
- [x] [TailwindCSS](https://tailwindcss.com/) & SASS
- [x] Routing & code splitting
- [x] i18n support (by [react-localize-redux](https://github.com/ryandrewjohnson/react-localize-redux))
- [x] [prettier](https://github.com/prettier/prettier) + eslint

## Usage

Install [SAO](https://github.com/egoist/sao) first.

```bash
npm i -g sao
# or
yarn global add sao
```

### From git

```bash
sao dwarvesf/template-react-app -u my-project
```

## License

MIT © [Dwarves Foundation](https://github.com/dwarvesf)