Install npm
and elm
packages:
npm install
elm package install --yes
-
To build production release:
npm run-script build
-
To start development server (
http://localhost:8000/webpack-dev-server/index.html
):npm run-script start
Install npm
and elm
packages:
npm install
elm package install --yes
To build production release:
npm run-script build
To start development server (http://localhost:8000/webpack-dev-server/index.html
):
npm run-script start