A simple Starter Kit with babel and support using .less files
- Clone repo
- Install packages
npm install
- Start dev server
npm run start
Run following command to build your source:
npm run build
And go to dist folder
You can run eslint for static code analyzing:
npm run lint
also you can use --fix flag for autofixing if it is possible:
npm run lint:fix