Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```