Skip to content

ghoshnirmalya/crank.js-tailwind-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Twitter: Nirmalya Ghosh

This is a sample application built using Crank.js and TailwindCSS.

Table of Contents

Overview

This sample application uses Parcel to bundle our application which is built using Crank.js and TailwindCSS.

Demo

A demo of this application is hosted here.

Requirements

  1. Node.js
  2. npm

Installation

1. Clone the application

git clone https://github.com/ghoshnirmalya/crank.js-tailwind-css

2. Install the dependencies

From the project root, we can run the following command to install all the dependencies:

yarn install

3. Start the development server

From the project root, we can run the following command to start our Node.js packages:

yarn dev

The above command will start the development server on http://localhost:1234/. Parcel 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:

yarn build

License

This project is licensed under the MIT License.