# teleport-webpack-react
[![npm version](https://badge.fury.io/js/teleport-webpack-react.svg)](https://badge.fury.io/js/teleport-webpack-react)

<table>
  <td>
    <img src="https://raw.githubusercontent.com/snipsco/teleport-webpack-react/master/icon.png" alt="icon" title="made by @cecilesnips"/>
  </td>
  <td>
    <img src="https://raw.githubusercontent.com/snipsco/teleport-webpack-react/master/teleport-webpack-react.png" alt="icon" title="made by @cecilesnips"/>
  </td>
  <td>
    A <a href="https://github.com/snipsco/teleport"> Teleport </a> frontend template to integrate a bundled react app.
  </td>
</table>

## How to use it
Simply add it to the list of templates. For instance:
```
tpt -c --templates teleport-flask-webrouter,teleport-webpack-react,teleport-heroku
```

:warning: Important note, this is a frontend template, it cannot be deployed alone. You should deploy it on side of a backend template (for instance the [teleport flask webrouter](https://github.com/snipsco/teleport-flask-webrouter)).
