This is a sample application built using Crank.js and TailwindCSS.
Table of Contents
This sample application uses Parcel to bundle our application which is built using Crank.js and TailwindCSS.
A demo of this application is hosted here.
git clone https://github.com/ghoshnirmalya/crank.js-tailwind-css
From the project root, we can run the following command to install all the dependencies:
yarn install
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.
From the project root, we can run the following command to build our application:
yarn build
This project is licensed under the MIT License.