how to start a stupid basic website from scratch (feat. python and strapdownjs)
for when you think you don't have time to learn how to web dev
(but you do and you're just making excuses...)
create a folder on your desktop
open atom
(don't worry about what it does yet):
should look like this:
save it as 'index.html'
open terminal and cd into that folder:
then start the python http server with 'python -m SimpleHTTPServer 8080':
the secret to getting started easily is here...
courtesy of strapdownjs
Copyright © wheelsandbytes 2015-2017. All Rights Reserved