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
- Host: GitHub
- URL: https://github.com/gingray/react_demo
- Owner: gingray
- Created: 2016-07-27T20:55:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-31T18:29:15.000Z (almost 10 years ago)
- Last Synced: 2025-02-26T08:14:51.060Z (over 1 year ago)
- Language: CSS
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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