{"id":15820513,"url":"https://github.com/ghoshnirmalya/moon.js-tailwind-css","last_synced_at":"2026-04-12T05:35:02.321Z","repository":{"id":39072604,"uuid":"275896633","full_name":"ghoshnirmalya/moon.js-tailwind-css","owner":"ghoshnirmalya","description":"Sample application built using Moon.js and TailwindCSS","archived":false,"fork":false,"pushed_at":"2023-07-11T00:39:56.000Z","size":722,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T07:10:08.535Z","etag":null,"topics":["javascript","moon","tailwindcss","webpack"],"latest_commit_sha":null,"homepage":"https://moon-js-tailwind-css.ghoshnirmalya.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghoshnirmalya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-29T18:35:09.000Z","updated_at":"2022-01-15T15:56:06.000Z","dependencies_parsed_at":"2024-10-26T12:06:58.651Z","dependency_job_id":"84f73a5c-7097-4361-ae61-8e37f053c2a3","html_url":"https://github.com/ghoshnirmalya/moon.js-tailwind-css","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.1785714285714286,"last_synced_commit":"80e2099b4324e1055e7ab1426495417383c649ec"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Fmoon.js-tailwind-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Fmoon.js-tailwind-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Fmoon.js-tailwind-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Fmoon.js-tailwind-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghoshnirmalya","download_url":"https://codeload.github.com/ghoshnirmalya/moon.js-tailwind-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246591782,"owners_count":20801986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","moon","tailwindcss","webpack"],"created_at":"2024-10-05T07:01:54.877Z","updated_at":"2025-12-30T23:13:46.654Z","avatar_url":"https://github.com/ghoshnirmalya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/6391763/86044607-eedbc700-ba67-11ea-8b7d-d9ea9464cbac.png\" alt=\"Logo\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://twitter.com/nirmalyaghosh23\"\u003e\n    \u003cimg alt=\"Twitter: Nirmalya Ghosh\" src=\"https://img.shields.io/twitter/follow/nirmalyaghosh23.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis is a sample application built using [Moon.js](https://moonjs.org/) and [TailwindCSS](https://tailwindcss.com/).\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Overview](#overview)\n- [Demo](#demo)\n- [Requirements](#requirements)\n- [Installation](#installation)\n  - [1. **Clone the application**](#1-clone-the-application)\n  - [2. **Install the dependencies**](#2-install-the-dependencies)\n  - [3. **Start the development server**](#3-start-the-development-server)\n- [Building the application](#building-the-application)\n- [License](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Overview\n\nThis sample application uses [Webpack](https://webpack.js.org/) to bundle our application which is built using [Moon.js](https://moonjs.org/) and [TailwindCSS](https://tailwindcss.com/).\n\n## Demo\n\nA demo of this application is hosted [here](https://moon-js-tailwind-css.vercel.app/).\n\n\n## Requirements\n\n1. [Node.js](https://nodejs.org/)\n2. [npm](https://www.npmjs.com/)\n\n## Installation\n\n### 1. **Clone the application**\n\n```sh\ngit clone https://github.com/ghoshnirmalya/moon.js-tailwind-css\n```\n\n### 2. **Install the dependencies**\n\nFrom the project root, we can run the following command to install all the dependencies:\n\n```sh\nyarn install\n```\n\n### 3. **Start the development server**\n\nFrom the project root, we can run the following command to start our Node.js packages:\n\n```sh\nyarn dev\n```\n\nThe above command will start the development server on [http://localhost:8080/](http://localhost:8080). Webpack will watch and hot reload if there are any changes to the code.\n\n## Building the application\n\nFrom the project root, we can run the following command to build our application:\n\n```sh\nyarn build\n```\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshnirmalya%2Fmoon.js-tailwind-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghoshnirmalya%2Fmoon.js-tailwind-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshnirmalya%2Fmoon.js-tailwind-css/lists"}