Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namusyaka/react-sinatra-sample
https://github.com/namusyaka/react-sinatra-sample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/namusyaka/react-sinatra-sample
- Owner: namusyaka
- Created: 2017-01-09T12:33:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T09:51:55.000Z (over 2 years ago)
- Last Synced: 2024-05-01T23:04:22.803Z (7 months ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An example for [react-sinatra](https://github.com/namusyaka/react-sinatra)
## Usage
### bundle install
`bundle install`
### npm install
`cd client && npm install`
### build javascripts
`cd client && npm run build && npm run build-server`
and copy from `dist` to `public`
`cp dist/bundle.js ../public/`
### run sinatra
`bundle exec ruby app.rb`