Skip to content

Latest commit

 

History

History
41 lines (41 loc) · 1.18 KB

readme.md

File metadata and controls

41 lines (41 loc) · 1.18 KB

Iceberg logo

Iceberg

Front-End Boilerplate

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

Version dependencies Status Donate


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


Installation

$ git clone [email protected]: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

Structure

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

TODO

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