Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescientist13/react-es6-poc
A POC for using React with ES6 features
https://github.com/thescientist13/react-es6-poc
Last synced: 1 day ago
JSON representation
A POC for using React with ES6 features
- Host: GitHub
- URL: https://github.com/thescientist13/react-es6-poc
- Owner: thescientist13
- Created: 2016-04-02T14:46:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T02:36:04.000Z (over 8 years ago)
- Last Synced: 2024-10-29T03:41:49.016Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This project is intended to be a simple POC highlight the use of [React][] and ES6. The intent is to stick as close to
ES6 only features so as to be as forward compatible as possible. It draws from this [guide][].[React]: https://facebook.github.io/react/
[guide]: http://egorsmirnov.me/2015/05/22/react-and-es6-part1.html## Setup
1. Clone the project
2. Install [jspm][] `npm install -g jspm`
3. Install project dependencies `npm install && jspm install`[jspm]: http://jspm.io/
## Running the Application
1. Run `npm run serve`