teles / a-link-to-the-bugs

Repositório experimental onde aprendo um pouco sobre canvas homenageando meu jogos favorito

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack ES6 boilerplate

tests coverage

A minimalistic Webpack 2 ES6 boilerplate project.

Prerequisites

node npm

Features

Start Dev Server

  1. git clone https://github.com/jluccisano/webpack-es6-boilerplate.git
  2. Run npm install
  3. Start the dev server using npm start
  4. Open http://localhost:9000

Commands

  • npm start - start the dev server
  • npm run build - create build in dist folder
  • npm run lint - run an ESLint check
  • npm run coverage - run code coverage and generate report in the coverage folder
  • npm test - run all tests
  • npm run test:watch - run all tests in watch mode

Licence

webpack-es6-boilerplate is available under MIT.

About

Repositório experimental onde aprendo um pouco sobre canvas homenageando meu jogos favorito

License:MIT License


Languages

Language:JavaScript 93.8%Language:CSS 3.4%Language:HTML 2.8%