https://github.com/risingstack/react-way-getting-started
The React Way: Getting Started
https://github.com/risingstack/react-way-getting-started
Last synced: 9 months ago
JSON representation
The React Way: Getting Started
- Host: GitHub
- URL: https://github.com/risingstack/react-way-getting-started
- Owner: RisingStack
- License: mit
- Created: 2015-04-11T08:47:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T07:39:33.000Z (over 9 years ago)
- Last Synced: 2025-03-31T10:04:27.783Z (9 months ago)
- Language: JavaScript
- Homepage: http://blog.risingstack.com/the-react-way-getting-started-tutorial/
- Size: 23.4 KB
- Stars: 342
- Watchers: 17
- Forks: 99
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The React Way: Getting Started
[](https://travis-ci.org/RisingStack/react-way-getting-started)
**Related blog post:**
http://blog.risingstack.com/the-react-way-getting-started-tutorial/
Getting started with React and ES6
Used technologies:
- React
- ES6
- Webpack
- Babel
- Jest
## How to start
Run:
```
npm install
npm start
```
Check your http://localhost:3000/ or `open http://localhost:3000/`
## How to test
`npm test`
## How to start code
Run:
`npm run webpack-watch`
## Preview
