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

https://github.com/fastpack/react-example

React application built with Fastpack
https://github.com/fastpack/react-example

fastpack javascript

Last synced: about 1 year ago
JSON representation

React application built with Fastpack

Awesome Lists containing this project

README

          

# react-example
React application built with [Fastpack](https://github.com/fastpack/fastpack)

![Fastpack in action](/Screenshot.gif?raw=true)

The small React application including [styled-components](https://www.styled-components.com/), [Redux](https://redux.js.org/) and [redux-saga](https://github.com/redux-saga/redux-saga).

To run it locally, first install [watchman](https://facebook.github.io/watchman/).

You can use [Homebrew](https://brew.sh) on MacOS as following:

```bash
brew update
brew install watchman
```

On Ubuntu you can build it from sources as described in [this post](https://medium.com/@vonchristian/how-to-setup-watchman-on-ubuntu-16-04-53196cc0227c).

Finally, run:

```bash
yarn
yarn start
```

The screenshot above is from the average MacBook Pro 2015.

Have fun!