Skip to content

codeKonami/npm-module-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm Module Starter

This is a simple example of a JavaScript module, using Webpack 4 and Babel to generate a browser compatible UMD version.

It also uses Jest as unit testing.

Installation

git clone https://github.com/codeKonami/npm-module-starter.git
cd npm-module-starter
npm install
npm run test # to launch the tests
npm run build # to build the distro

About

npm Module Starter using Webpack 4, Babel and Jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published