Skip to content

raven-community/rvnbox-scaffold-next

Repository files navigation

RVNBOX Scaffold NextJS

Setup

  1. Install rvnbox-sdk globally
    • npm install rvnbox-sdk --global
  2. Scaffold an Nextjs app w/ RVNBOX web bindings
    • rvnbox new myApp --scaffold next
  3. cd in to the newly created app
    • cd myApp
  4. Install dependencies
    • npm install
  5. Start the app
    • npm start
  6. Open a browser to http://localhost:3000/
  7. Win

About

Scaffold an Nextjs app w/ RVNBOX web bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published