ecmascript-lib-starter-kitdeprecated

ECMAScript library starter kit for frontend

Usage no npm install needed!

<script type="module">
  import ecmascriptLibStarterKit from 'https://cdn.skypack.dev/ecmascript-lib-starter-kit';
</script>

README

Just clone this repository and Develop what you want with ecmascript

npm scripts

Start webpack-dev-server

npm start

Test files which are *.test.js in src dir

npm test

Build source to dist dir. It produces babel compiled source and webpack bundled source.

npm run build

Check lint in src dir

npm run lint