Another web app boilerplate, based on react and redux.
This repo is a Work in Progress
Includes:
- Internationalization (i18n) out-of-the-box
- Builds the codebase for: server, browser or cordova
- Hot Reloading
Uses:
- React
- React Router
- React Intl
- Redux
- Docker
- Cordova
- Webpack
- NodeJS
- NPM
git clone https://github.com/cusspvz/react-redux-universal-boilerplate my-webapp
cd my-webapp
npm install
npm run dev
Building:
docker run build -t your-username/my-webapp .
Publishing:
docker push your-username/my-webapp
npm run build-cordova
TODO: Add zip handler for PGB service