Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pratikpaudel/tailwindcss-proj

Solution to a Frontend Mentor challenge: creating a webpage as the design preview provided
https://github.com/pratikpaudel/tailwindcss-proj

Last synced: 30 days ago
JSON representation

Solution to a Frontend Mentor challenge: creating a webpage as the design preview provided

Awesome Lists containing this project

README

        

# tailwindcss-proj

## Clipboard landing page from [Frontend Mentor Challenge](https://www.frontendmentor.io/challenges/clipboard-landing-page-5cc9bccd6c4c91111378ecb9)
```
## Usage
Install dependencies (Tailwind)
```
npm install
```
Run the Tailwind CLI to compile the input.css during development.
The output file is css/main.css
```
npm run watch
```
To build once run...
```
npm run build