Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 575 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 575 Bytes

heroku-json-server-ready

Ready REST API -built with JSON Server

git clone [email protected]:heroku/button-sample.git # or clone your own fork
cd button-sample
npm install
npm start

Your app should now be running on localhost:3000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using this button:

Deploy