Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdaciuk/fleet-control
Example of Fleet Control with ReactJS
https://github.com/fdaciuk/fleet-control
Last synced: about 1 month ago
JSON representation
Example of Fleet Control with ReactJS
- Host: GitHub
- URL: https://github.com/fdaciuk/fleet-control
- Owner: fdaciuk
- License: mit
- Created: 2014-09-29T09:28:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T17:48:18.000Z (about 10 years ago)
- Last Synced: 2024-04-09T21:52:05.728Z (7 months ago)
- Language: JavaScript
- Homepage: https://rawgit.com/fdaciuk/fleet-control/master/index.html
- Size: 340 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Fleet Control
> Javascript system to control a Car Fleet, with ReactJS.
## Getting Started
Download this repository and run the `index.html` file :)
## Start server
> You need to have installed NodeJS and GulpJS
Inside `src/` directory, run the following command:
```
npm i
```Climb up the server and watch JS files with the command:
```
gulp w
```On your browser, go to: `http://localhost:8080`
Have fun ;)
## License
[The MIT License](https://github.com/fdaciuk/fleet-control/blob/master/LICENSE) © 2014 Fernando Daciuk