Ready to use Front-End boilerplate based on ES6 and PostCSS (and Webpack)
yarnReplace files in ./scripts and ./styles directories.
npm run build:devwill build dev version of the sourcenpm run build:prodwill build production version of the source
Alternatively you can use the following commands for watching the files and rebuilding them automatically:
npm run watch:devwill build dev version of the sourcenpm run watch:prodwill build production version of the source
Watching files require watchman-make tool to be installed.
Output files are put in ./build direcotry.
There's a build-in ESLint:
npm run linter