Skip to content

storyforj/fervor-todo-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fervor TodoMVC Demo

Deploy

TODO

  1. Filtering
  2. Counts
  3. Renaming/Clean-up

Manual setup for heroku

  1. Init - heroku create
  2. Add Postgres - heroku addons:create heroku-postgresql
  3. Disable .env - heroku config:set DISABLE_DOT_ENV=true
  4. Push git push heroku master