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
- Host: GitHub
- URL: https://github.com/fastpack/react-example
- Owner: fastpack
- License: mit
- Created: 2018-01-17T12:47:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T20:58:06.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T13:03:47.538Z (about 1 year ago)
- Topics: fastpack, javascript
- Language: JavaScript
- Size: 1.48 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-example
React application built with [Fastpack](https://github.com/fastpack/fastpack)

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!