# Install node modules npm install
Only needed for the first time.
# Start an http server and build the package npm start
It watches script changes and recompiles the script bundle.
# Compiles the script bundle. npm run build
Copy all files under dist/
folder to the server.