Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pratikpaudel/tailwindcss-proj
- Owner: PratikPaudel
- Created: 2024-03-10T01:58:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T13:51:06.000Z (10 months ago)
- Last Synced: 2024-03-11T02:49:27.135Z (10 months ago)
- Language: CSS
- Homepage: https://clipboard-landing-page-projectt.netlify.app/
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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