From 7029ac93303a0ccf047a6fc617b0459353aec618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Ytterstr=C3=B6m?= Date: Wed, 6 Mar 2019 16:37:26 +0100 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e16141 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Getting started + +Install dependencies and start webpack watcher. + + npm install + npm run watch + +in another terminal, start a web server using python. + + python2 -m 'SimpleHTTPServer' 1337 + # or + python3 -m 'http.server' 1337 + +Visit site on http://localhost:1337