/testproject-es6

Example setup to get startet with Highcharts ES6 and TypeScript

Primary LanguageJavaScript

🚀 Welcome to your new awesome project!

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/.

Package Scripts

Additional scripts available to run are:

  • npm run build - Call TypeScript to build the sources into build/.

  • npm run dist - Call webpack to build and bundle the sources into dist/.

  • npm run serve - Start live development with browser preview.

  • npm run watch - Continusly update bundle in dist/ on source changes.