https://github.com/cusspvz/react-redux-universal-boilerplate
web app - react redux universal/isomorphic boilerplate
https://github.com/cusspvz/react-redux-universal-boilerplate
babel boilerplate cordova docker esnext hmr hot-reload hot-reloading intl isomorphic react react-intl react-router redux universal webpack
Last synced: 1 day ago
JSON representation
web app - react redux universal/isomorphic boilerplate
- Host: GitHub
- URL: https://github.com/cusspvz/react-redux-universal-boilerplate
- Owner: cusspvz
- Created: 2017-01-27T19:01:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T21:34:17.000Z (over 7 years ago)
- Last Synced: 2025-03-30T08:12:15.701Z (27 days ago)
- Topics: babel, boilerplate, cordova, docker, esnext, hmr, hot-reload, hot-reloading, intl, isomorphic, react, react-intl, react-router, redux, universal, webpack
- Language: JavaScript
- Size: 108 KB
- Stars: 31
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-universal-boilerplate
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 ReloadingUses:
* React
* React Router
* React Intl
* Redux
* Docker
* Cordova
* Webpack## Requirements
* NodeJS
* NPM## Instalation
```
git clone https://github.com/cusspvz/react-redux-universal-boilerplate my-webapp
cd my-webapp
npm install
```## Development
```
npm run dev
```## Building
### Docker resources server
Building:
```
docker run build -t your-username/my-webapp .
```Publishing:
```
docker push your-username/my-webapp
```### Cordova
```
npm run build-cordova
```**TODO**: Add zip handler for PGB service