ecmascript-starter-kitdeprecated

ECMAScript starter kit for frontend

Usage no npm install needed!

<script type="module">
  import ecmascriptStarterKit from 'https://cdn.skypack.dev/ecmascript-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 production code to build dir

npm run build

Check lint in src dir

npm run lint