- Download sources
- Install dependencies.
npm install
- Build the project using our npm script.
npm run build
- Run the server and the live reload using our npm script.
npm run dev
. Examples will be available onhttp://localhost:8000/examples/index.html
Start coding
- Debug using your favorite browser dev tools. The sources will be available under the webpack source folder (for chrome dev tools). Every change in sources will trigger a rebuild with linter and basic tests.