Ionic React boilerplate created to use Webpack instead of Create-React-App.
- React 16
- Webpack 4
- Babel 7
- Typescript
- Hot Module Replacement
- Production Build
- Source Maps
- Environment Variables
- CSS, SCSS/SASS, Image loaders
- ESLint + Prettier
- Jest
git clone git@github.com:bearcanrun/ionic-react-webpack-boilerplate.git
cd ionic-react-webpack-boilerplatep
npm install
npm start
Visit http://localhost:8080/
npm run test
\\ or
npm run test:watch
- Environment variables: There's a separate .env for dev and prod.
- Theme customization: Start at
src/theme/variables.css
- Testing flow: Jest/Cypress
- CI/CD with AppFlow
- Apollo GraphQL
- Explore native output with Capacitor