Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelx/reactbasic
my basic react playground
https://github.com/steelx/reactbasic
Last synced: 2 days ago
JSON representation
my basic react playground
- Host: GitHub
- URL: https://github.com/steelx/reactbasic
- Owner: steelx
- Created: 2015-11-02T10:05:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-02T10:20:39.000Z (about 9 years ago)
- Last Synced: 2023-04-05T23:12:08.186Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###React Js Basic app
#make sure you have installed Gulp globally
```ssh
npm install -g gulp-cli
```#Install dependancies
```ssh
npm install
```#Run Application - Task
```ssh
gulp
```