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
- Host: GitHub
- URL: https://github.com/dwarvesf/template-react-app
- Owner: dwarvesf
- License: mit
- Created: 2018-05-30T08:37:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T05:12:10.000Z (over 4 years ago)
- Last Synced: 2023-02-28T05:37:08.286Z (over 3 years ago)
- Topics: react, sao, template
- Language: JavaScript
- Homepage: https://d.foundation/opensource
- Size: 282 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)