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

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: 5 months 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).