Ecosyste.ms: Awesome
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: 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".
- Host: GitHub
- URL: https://github.com/zafar-saleem/lit-contacts
- Owner: zafar-saleem
- Created: 2022-01-03T07:57:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T02:12:53.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T13:53:39.919Z (2 months ago)
- Topics: article, articles, blog, blogging, javascript, javascript-library, litjsx, medium, npm, rollup, yarn
- Language: JavaScript
- Homepage: https://betterprogramming.pub/introduction-to-lit-javascript-library-with-rollup-d6f5bfcd1590
- Size: 134 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).