lgmf / base-js-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base JS Lib

Bare-bones to create a Javascript library

Develop

To develop just change the code inside lib/**/* and execute the command

  npm run build

This makes the development code ready for production and also packaged by npm in a file named

  ${package name}-${package version}.tgz

Testing

Inside the client folder you have an application to simulate the use of lib. To install the version just run

 cd client
 npm install ../dist/${package name}-${package version}.tgz
 npm start

Open the browser in the specified port (9000)

About


Languages

Language:JavaScript 87.3%Language:HTML 12.7%