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
- Host: GitHub
- URL: https://github.com/cuongdevjs/ionic-react-boilerplate
- Owner: cuongdevjs
- Created: 2020-06-27T09:12:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T22:59:09.000Z (over 3 years ago)
- Last Synced: 2025-09-13T22:59:07.442Z (9 months ago)
- Topics: boilerplate, generator, ionic, reactjs, redux, redux-saga, styled-components
- Language: TypeScript
- Homepage:
- Size: 5.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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`