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

https://github.com/ssarcandy/apod-react


https://github.com/ssarcandy/apod-react

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# Redux example

This is a universal (isomorphic) web application example.

## We used

- [React]
- [Redux]
- [React Router]
- [Babel]
- [Webpack]

## Usage

**Start the development server**

The server will run on [localhost:4000](http://localhost:4000).

``` bash
$ npm run dev
```

**Build source files**

Compiles JavaScript files with JavaScript and extracts CSS files from JavaScript.

``` bash
$ npm run build
```

**Start the production server**

``` bash
$ npm start
```

**Run ESLint**

``` bash
$ npm run eslint
```

**Run JSCS**

``` bash
$ npm run jscs
```

## License

MIT

[React]: http://facebook.github.io/react/
[Redux]: https://github.com/gaearon/redux
[React Router]: http://rackt.github.io/react-router
[Babel]: https://babeljs.io/
[Webpack]: http://webpack.github.io/