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

https://github.com/cuongdevjs/ionic-react-boilerplate

Ionic TypeScript default combine with Redux, Redux-Toolkit, Redux-Saga, Redux-injectors, Styled-components
https://github.com/cuongdevjs/ionic-react-boilerplate

boilerplate generator ionic reactjs redux redux-saga styled-components

Last synced: about 2 months ago
JSON representation

Ionic TypeScript default combine with Redux, Redux-Toolkit, Redux-Saga, Redux-injectors, Styled-components

Awesome Lists containing this project

README

          

# Ionic-react-boilerplate (typescript)
* Ionic Base Project use Redux, Redux-Toolkit, Redux-Saga, Redux-injectors
* Allow generator components/containers template by using cmd
* Structure folder component & container (view & logic)
* Optimize redux by using ReduxToolkit
* Use styled-component
* Based on structure of [React Boilerplate repository](https://github.com/react-boilerplate/react-boilerplate-cra-template)

***

### To generator:
* `npm run generator`

***

### To run project:
* `ionic serve`

***

### To build IOS and Android version:
* `ionic build`
* `npx cap add ios`
* `npx cap add android`

***

### To update code changed to version Android and IOS folder:
* `ionic build`
* `npx cap copy`