GithubHelp home page GithubHelp logo

ezmailer-client's Introduction

TypeScript Library Template

A generic typescript library template to help you get started right away. Includes a demo application served with express.

Getting Started

You will want to start by changing the name of the library in package.json. For local development, before publishing, it is nice to locally link the project.

Run this command in the root of the project to create a symbolic link for npm.

npm link

Then, to use the library in another project, such as the demo folder, run this command:

npm link [library_name]

replacing [library_name] with the name you set in package.json.

To start serving static files run (from root of project):

npm run demo-serve

To build the javascript for the demo you may use either

npm run demo-build

or

npm run demo-watch

Finally, to build the TypeScript library, you may use either:

npm run build

or

npm run watch

ezmailer-client's People

Contributors

henrywalters avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.