The best way to get started with the new project is by cloning it and running:
npm install npm run build # or npm run watch for live reloading in dev mode.
Discription
open https://localhost:8080/webpack-dev-server/index.html
If you want to use a different port, just change 8080 in the last command above. You can also serve your own static files from this directory using something like python -m SimpleHTTPServer 8000 . This will allow you to edit index.html without having to rebuild everything each time (and losing state)
https://t.co/b1EgFtczv4
References
Back to Main