Skip to content

porst17/typescript-library-with-demo-app

Repository files navigation

Typescript library with demo app

Installation

Install the package via npm:

npm install <package-name>

Usage

Take a look at the docs and src folders.

Build

Install the dependencies:

npm install

Build the redistributable files to the dist folder using

npm run build

or start a development server using

npm run serve

Before sending any pull requests, your changes should be properly formatted using

npm run format

and the linter should not have any complaints:

npm run lint

Check out package.json for additional run scripts.

This project is using Parcel as a build system. The demo is written in HTML, SCSS and Typescript.

Credits

Developed by for .

License

Copyright ©

Licensed under the MIT license (see the LICENSE file).

About

Template for TypeScript library with demo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published