Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.
/ Iceberg Public archive

Front-End Boilerplate built with React + Babel + Webpack + SASS

License

Notifications You must be signed in to change notification settings

KevinPy/Iceberg

Repository files navigation

Iceberg logo

Iceberg

Front-End Boilerplate

Iceberg is built with React + Babel + Webpack + SASS. It's a solution for start your projects.

Version dependencies Status Donate Codacy Badge


Author: Kevin Py
Website: https://kevinpy.com


Installation

$ git clone git@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

Structure

/src
    |- /assets
        |- /images
        |- /styles
            |- /main.scss
    |- /js
        |- components
            |- App.jsx
            |- NotFound.jsx
    |- index.html
    |- index.js

TODO

[x] Tests
[x] ESLint
[ ] Separate Webpack Dev/Prod
[ ] CI
[x] Router