Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

peterbe/minimalcss-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimalcss-heroku

This is an implementation of ExpressJS and minimalcss to demonstrate use of minimalcss without having to install it locally.

To run locally

Open two terminals. First one:

yarn start

Second one:

cd ui && npm start

Push to Heroku

First make sure you commit everything, then run:

git push heroku master

Then, to open:

heroku open