https://github.com/ghoshnirmalya/moon.js-tailwind-css
Sample application built using Moon.js and TailwindCSS
https://github.com/ghoshnirmalya/moon.js-tailwind-css
javascript moon tailwindcss webpack
Last synced: 6 months ago
JSON representation
Sample application built using Moon.js and TailwindCSS
- Host: GitHub
- URL: https://github.com/ghoshnirmalya/moon.js-tailwind-css
- Owner: ghoshnirmalya
- Created: 2020-06-29T18:35:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:39:56.000Z (over 2 years ago)
- Last Synced: 2024-10-12T07:10:08.535Z (12 months ago)
- Topics: javascript, moon, tailwindcss, webpack
- Language: JavaScript
- Homepage: https://moon-js-tailwind-css.ghoshnirmalya.vercel.app/
- Size: 705 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
This is a sample application built using [Moon.js](https://moonjs.org/) and [TailwindCSS](https://tailwindcss.com/).
**Table of Contents**
- [Overview](#overview)
- [Demo](#demo)
- [Requirements](#requirements)
- [Installation](#installation)
- [1. **Clone the application**](#1-clone-the-application)
- [2. **Install the dependencies**](#2-install-the-dependencies)
- [3. **Start the development server**](#3-start-the-development-server)
- [Building the application](#building-the-application)
- [License](#license)## Overview
This 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/).
## Demo
A demo of this application is hosted [here](https://moon-js-tailwind-css.vercel.app/).
## Requirements
1. [Node.js](https://nodejs.org/)
2. [npm](https://www.npmjs.com/)## Installation
### 1. **Clone the application**
```sh
git clone https://github.com/ghoshnirmalya/moon.js-tailwind-css
```### 2. **Install the dependencies**
From the project root, we can run the following command to install all the dependencies:
```sh
yarn install
```### 3. **Start the development server**
From the project root, we can run the following command to start our Node.js packages:
```sh
yarn dev
```The 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.
## Building the application
From the project root, we can run the following command to build our application:
```sh
yarn build
```## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).