https://github.com/ssarcandy/apod-react
https://github.com/ssarcandy/apod-react
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssarcandy/apod-react
- Owner: SSARCandy
- License: mit
- Created: 2016-05-08T14:17:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-08T14:28:01.000Z (about 10 years ago)
- Last Synced: 2025-11-14T12:04:56.426Z (8 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/