Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/namusyaka/react-sinatra-sample


https://github.com/namusyaka/react-sinatra-sample

Last synced: about 1 month ago
JSON representation

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`