Iceberg is built with React + Babel + Webpack + SASS. It's a solution for start your projects.
Now with CLI: https://github.com/KevinPy/Iceberg-CLI
Author: Kevin Py
Website: https://kevinpy.com
$ git clone https://github.com/KevinPy/Iceberg.git
$ cd Iceberg
$ npm install
npm start
: Launch webpack-dev-server
with Hot Module Replacement - http://localhost:8080
npm run build
: Compile /src folder and create /dist folder
npm run test
: Launch tests
npm run test:ci
: Launch code coverage
You can generate the code coverage file with Jest and Istanbul.
Launch npm run test:ci
Go to /dir_path/coverage/lcov-report/index.html