-
sudo apt-get install npm
-
npm install -g brunch
-
npm install --dev
-
brunch build
orbrunch watch
-
generate server.pem with the following command:
openssl req -new -x509 -keyout server-key.pem -out server.pem -days 365 -nodes
-
place
server.pem
in the same location assimple-https.py
-
cd /path/to/dir/
-
python2 simple-https.py [port]
-
Open
https://localhost/public
in any browser (reminder: add [port] if given)