Iceberg is built with React + Babel + Webpack + SASS. It's a solution for start your projects.
Author: Kevin Py
Website: https://kevinpy.com
$ git clone git@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
/src
|- /assets
|- /images
|- /styles
|- /main.scss
|- /js
|- components
|- App.jsx
|- NotFound.jsx
|- index.html
|- index.js
[x] Tests
[x] ESLint
[ ] Separate Webpack Dev/Prod
[ ] CI
[x] Router