https://github.com/eliseumds/react-autocomplete
Just tasting some ReactJS + RxJS
https://github.com/eliseumds/react-autocomplete
Last synced: 5 days ago
JSON representation
Just tasting some ReactJS + RxJS
- Host: GitHub
- URL: https://github.com/eliseumds/react-autocomplete
- Owner: eliseumds
- Created: 2014-01-25T02:13:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-08T13:27:07.000Z (almost 11 years ago)
- Last Synced: 2025-04-09T22:15:37.767Z (5 days ago)
- Language: JavaScript
- Size: 3.63 MB
- Stars: 102
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-cn - react-autocomplete by @eliseumds - Just tasting some ReactJS + RxJS (Uncategorized / Uncategorized)
- awesome-react - react-autocomplete by @eliseumds- Just tasting some ReactJS + RxJS
- awesome-learning-resources - react-autocomplete by @eliseumds - Just tasting some ReactJS + RxJS (Uncategorized / Uncategorized)
- awesome-react - react-autocomplete by @eliseumds - Just tasting some ReactJS + RxJS ` 📝 7 years ago` (React [🔝](#readme))
README
react-autocomplete
==================Playing around with ReactJS and RxJS
Installing
----------You'll need react-tools:
```
$ [sudo] npm install -g react-tools
```And Bower:
```
$ [sudo] npm install -g bower
```And some components (from the project's root folder):
```
$ npm install
$ bower install
```Running
-------```
$ NODE_PATH=`pwd` node main.js
```Developing
----------```
$ gulp
```* Every JSX file will automatically be compiled to a JS file in the same folder