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

https://github.com/gingray/react_demo

React in Action
https://github.com/gingray/react_demo

Last synced: 11 months ago
JSON representation

React in Action

Awesome Lists containing this project

README

          

=== RUN INSTRUCTION

```
bundle && npm install

```

maybe you also need to do

```
cd client
npm install
```

then run

```
rake db:create
rake db:migrate
npm run rails-server
```

last command run both rails server and webpack server