Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zafar-saleem/lit-contacts

This project is a sample project for my article on medium with title of "Introduction to Lit JavaScript Library With Rollup".
https://github.com/zafar-saleem/lit-contacts

article articles blog blogging javascript javascript-library litjsx medium npm rollup yarn

Last synced: 10 days ago
JSON representation

This project is a sample project for my article on medium with title of "Introduction to Lit JavaScript Library With Rollup".

Awesome Lists containing this project

README

        

### Getting Started

Follow below steps to run this project successfully.

1. Clone this repo.
2. cd into `lit-contacts` i.e. `cd lit-contacts`.
3. run `yarn/npm install` to install all dependencies.
4. run `yarn dev/npm run dev` to run this server and it will open up your browser and start this project.

### Note:
This is a repository for my blog post on medium with the article title [Introduction to Lit JavaScript Library With Rollup](https://betterprogramming.pub/introduction-to-lit-javascript-library-with-rollup-d6f5bfcd1590).