Skip to content
forked from KevinPy/Iceberg

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

License

Notifications You must be signed in to change notification settings

sharof2000/Iceberg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 85.2%
  • JavaScript 8.7%
  • HTML 6.1%