Skip to content

Example of a Next.js frontend on a Ruby on Rails backend

License

Notifications You must be signed in to change notification settings

nickgeerts/next-on-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next on Rails

Example of a Next.js frontend on a Ruby on Rails backend.

Prepare

Install the dependencies for the Rails API.

pushd api && bundle install && popd

Install the dependencies for the Next.js app.

pushd web && yarn install && popd

You also need foreman to start the apps.

gem install foreman

Run

Start both apps:

foreman start

About

Example of a Next.js frontend on a Ruby on Rails backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published