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

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

Awesome Lists containing this project

README

          


Logo



Twitter: Nirmalya Ghosh

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).