Create README.md
This commit is contained in:
parent
5307cd3164
commit
7029ac9330
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue