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