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

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

react-example for github pages
https://github.com/yukihirai0505/react-example

babeljs github-page react webpack

Last synced: 4 months ago
JSON representation

react-example for github pages

Awesome Lists containing this project

README

          

# react-example

This React example app that demonstrates using [React] with [webpack], and [babeljs], as well as project structure.
qt: https://github.com/mzabriskie/react-example

And this project is especially for github pages user,
because github pages can't build http server for react router.

Requirements:
- git
- Node v6
- npm v3

## To run the app locally

```bash
git clone https://github.com/yukihirai0505/react-example.git
cd react-example
npm run setup
npm run dev
open http://localhost:8080
```
## To Deoloy github pages

```bash
npm run deploy
```

[React]: http://facebook.github.io/react/
[webpack]: http://webpack.github.io/
[babeljs]: https://babeljs.io/