8000 GitHub - KevinPy/Iceberg at 2.1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

KevinPy/Iceberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.0


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

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

0