Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zslucky/react-blog-demo
A blog demo based on react-redux
https://github.com/zslucky/react-blog-demo
Last synced: about 6 hours ago
JSON representation
A blog demo based on react-redux
- Host: GitHub
- URL: https://github.com/zslucky/react-blog-demo
- Owner: zslucky
- Created: 2016-03-14T23:29:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T00:44:18.000Z (about 8 years ago)
- Last Synced: 2024-11-10T04:38:05.862Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-blog-demo
[![Build Status](https://travis-ci.org/zslucky/react-blog-demo.svg?branch=master)](https://travis-ci.org/zslucky/react-blog-demo)A framework for quickly setup enterprise SPA.
----
## Getting started
1. Run `npm install` to install the dependencies.
2. Run `npm run debug` to start the local web server.
3. Go to `http://localhost:3000` and you should see the app running!
4. Run `npm run lint` to check code style issues.
5. Run `npm run build` will pack all resource into specified folder
6. Run `npm start` will run buid task and run it on node http server.
7. Go to `http://localhost:9000` and you should see the final app running on production## Fetures
1. react, redux, react-router, webpack, sass, css-module, lodash, babel, eslint etc.## TO DO List
1. Test fetch function with back-ends
2. Improve published build for production
3. Add unit test.