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