Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 599 Bytes

Heroku Buildpack for vitaminjs

vitaminjs is an awesome build framework for creating and maintaining React apps easily.

This buildpack allows you to deploy vitaminjs projects to heroku.

Usage

From your heroku project (after running heroku create), run

$ heroku buildpacks:set https://github.com/victormours/heroku-buildpack-vitaminjs

And then

$ git push heroku master

And you're good to go!

Read more about vitaminjs here