Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanusart/react-project-starter
React project starter with basic example
https://github.com/sanusart/react-project-starter
react starter
Last synced: 23 days ago
JSON representation
React project starter with basic example
- Host: GitHub
- URL: https://github.com/sanusart/react-project-starter
- Owner: sanusart
- License: mit
- Created: 2016-04-30T17:22:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T19:42:12.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T06:27:26.060Z (2 months ago)
- Topics: react, starter
- Language: JavaScript
- Homepage: https://rawgit.com/sanusart/react-project-starter/master/index.html
- Size: 426 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React project starter
React project starter with basic example
### Includes
- react
- react-dom
- Flux using "redux"
- webpack and webpack-dev-server
- basic example### Run
- Clone this repo `git clone https://github.com/sanusart/react-project-starter`
- Change to cloned directory `cd react-project-starter`
- install webpack globally `npm install --save-dev webpack webpack-dev-server` (or skip if present in your system)
- Run `npm install`
- Run `npm start` for development or `npm run build` for building for production### Example
Example consists of two calls to GitHub API using middleware to get data
### License
MIT