GitXplorerGitXplorer
a

canvas-hello-world

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
151e162eee6e05bd50c656dff2d6496f521c706c

Minor fix to reduce circle clutter...

aabhimskywalker committed 7 years ago
Unverified
85979f471da1d9c5d1b9f192c02704276b01b1c6

Bug fix to prevent infinite loop on smaller screens.

aabhimskywalker committed 7 years ago
Unverified
b7f412c04821f621cdec8467a61ec25bac53d822

Better cloud distribution by starting from non-overlapping places

aabhimskywalker committed 7 years ago
Unverified
1a91a1e05bf8eeba0fb9c4e44604d6e5be4eb5f7

Let there be clouds floating by in background now...

aabhimskywalker committed 7 years ago
Unverified
0c1c98013a9f80581c53eaa4af3a47233e4996e5

The cloud moves in the background from left to right now...

aabhimskywalker committed 7 years ago
Unverified
5f415b855fcecfdf5a2db3fdcbc3037e5a4fdf9a

Let there be a cloud in the background

aabhimskywalker committed 7 years ago

README

The README file for this repository.

canvas-hello-world

Canvas basics and some fun stuff

Folowing setup instructions as copied from: https://github.com/postNirjhor/webpack-boilerplate

Basic Setup Instructions: Webpack 3 Boilerplate for beginners...

A basic webpack 3 boilerplate for beginners to start with any JS/ES6 based project.

Guide

This basic boilerplate is the final output of this comprehensive write up on Medium. I recommend to read this article to know the insight of how you can configure webpack from scratch. Webpack 3 quickstarter: Configure webpack from scratch

Install dependencies

npm install

Develop locally with webpack-dev-server

  1. Run
npm run dev
  1. In your browser, navigate to: http://localhost:2000/

For bundled output

npm run build

For production-ready output

npm run build:prod

Loaders and Plugins used in this boilerplate

Loaders

  • babel-loader
  • html-loader
  • sass-loader
  • css-loader
  • style-loader
  • file-loader

Plugins

  • clean-webpack-plugin
  • extract-text-webpack-plugin
  • html-webpack-plugin