- Fork this repository and clone it on your machine.
- Change the directory to
rails-react-openflights
where you cloned it.
/* create database */
$ rails db:create
/* add migrate */
$ rails db:migrate
/* add seed */
$ rails db:seed
/* install packages */
$ npm run install or yarn install
/* run webpack - optional */
$ ./bin/webpack-dev-server
/* run app */
$ rails s
- Open the host localhost:3000
This project is under the MIT license. See the LICENSE for more information.