https://github.com/KevinPy/Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
https://github.com/KevinPy/Iceberg
babel boilerplate es6 eslint jest jest-tests react sass starter-kit travis-ci webpack webpack2 webpack3
Last synced: about 2 months ago
JSON representation
Front-End Boilerplate built with React + Babel + Webpack + SASS
- Host: GitHub
- URL: https://github.com/KevinPy/Iceberg
- Owner: KevinPy
- License: mit
- Archived: true
- Created: 2016-01-18T16:20:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T12:21:56.000Z (over 7 years ago)
- Last Synced: 2025-04-12T20:35:02.489Z (2 months ago)
- Topics: babel, boilerplate, es6, eslint, jest, jest-tests, react, sass, starter-kit, travis-ci, webpack, webpack2, webpack3
- Language: CSS
- Homepage: https://kevinpy.com/Projects/Iceberg
- Size: 311 KB
- Stars: 141
- Watchers: 8
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Iceberg
### Front-End Boilerplate
Iceberg is built with React + Babel + Webpack + SASS. It's a solution for start your projects.
[](https://github.com/kevinpy/Iceberg/releases)
[](https://david-dm.org/kevinpy/iceberg)
[](https://david-dm.org/kevinpy/iceberg?type=dev)
[](paypal.me/kevinpy)
[](https://www.codacy.com/app/pykevin/Iceberg?utm_source=github.com&utm_medium=referral&utm_content=KevinPy/Iceberg&utm_campaign=Badge_Grade)
[](https://travis-ci.org/KevinPy/Iceberg)
***
Now with CLI: https://github.com/KevinPy/Iceberg-CLI
***
**Author**: *Kevin Py*
**Website**:
***
#### Installation
```
$ git clone https://github.com/KevinPy/Iceberg.git
$ cd Iceberg
$ npm install
```
#### Scripts
`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#### 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`