All Projects → KevinPy → Iceberg

KevinPy / Iceberg

Licence: mit
Front-End Boilerplate built with React + Babel + Webpack + SASS

Programming Languages

es6
455 projects

Projects that are alternatives of or similar to Iceberg

Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+1034.03%)
Mutual labels:  webpack, eslint, babel, starter-kit, boilerplate, sass
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+12904.86%)
Mutual labels:  webpack, eslint, babel, starter-kit, boilerplate, jest
Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (+574.31%)
Mutual labels:  webpack, webpack2, eslint, babel, sass
React Native Navigation Redux Starter Kit
React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
Stars: ✭ 271 (+88.19%)
Mutual labels:  eslint, babel, starter-kit, boilerplate, jest
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-77.78%)
Mutual labels:  webpack, eslint, babel, boilerplate, jest
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (+14.58%)
Mutual labels:  webpack, eslint, babel, boilerplate, sass
Threejs Webpack Es6 Boilerplate
A basic boilerplate for a Three.js project compiled with Webpack and transpiled via Babel to enable using ES6 syntax.
Stars: ✭ 267 (+85.42%)
Mutual labels:  webpack, eslint, babel, boilerplate, sass
React Bolt
⚡ The most simple & robust boilerplate for your React projects.
Stars: ✭ 298 (+106.94%)
Mutual labels:  webpack, eslint, babel, boilerplate, jest
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (+59.03%)
Mutual labels:  webpack, eslint, babel, starter-kit, boilerplate
Webpack Starter
✨ A lightweight foundation for your next webpack based frontend project.
Stars: ✭ 1,745 (+1111.81%)
Mutual labels:  webpack, babel, starter-kit, boilerplate, sass
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+353.47%)
Mutual labels:  webpack, eslint, babel, starter-kit, jest
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (-6.94%)
Mutual labels:  webpack, eslint, babel, boilerplate, jest
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (+0.69%)
Mutual labels:  webpack, eslint, babel, boilerplate, jest
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (+145.14%)
Mutual labels:  webpack, eslint, babel, boilerplate, jest
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-91.67%)
Mutual labels:  webpack, webpack2, eslint, boilerplate, jest
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-2.08%)
Mutual labels:  webpack, eslint, babel, starter-kit, boilerplate
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+605.56%)
Mutual labels:  webpack, babel, boilerplate, sass
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-75.69%)
Mutual labels:  webpack, eslint, boilerplate, sass
Webxr Webpack Boilerplate
Starter Kit for building rich, immersive WebXR projects (featuring A-Frame) PWA with Webpack and SASS
Stars: ✭ 48 (-66.67%)
Mutual labels:  webpack, starter-kit, boilerplate, sass
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-54.86%)
Mutual labels:  webpack, eslint, babel, jest

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 devDependencies Status Donate Codacy Badge Build Status


Now with CLI: https://github.com/KevinPy/Iceberg-CLI


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


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].