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

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

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 Reloading

Uses:
* 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