This project has been created using webpack-cli, you can now run
npm run serve
or
yarn run serve
to bundle and test your application. If the browser does not open, go to http://localhost:8080/.
Additional scripts available to run are:
-
npm run build- Call TypeScript to build the sources intobuild/. -
npm run dist- Call webpack to build and bundle the sources intodist/. -
npm run serve- Start live development with browser preview. -
npm run watch- Continusly update bundle indist/on source changes.