Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codewithmike01/servo-life

This is a health care website
https://github.com/codewithmike01/servo-life

Last synced: 30 days ago
JSON representation

This is a health care website

Awesome Lists containing this project

README

        

# Testing out tailwind Css

This is the project (Servo Life) built with tailwind to capture **just Desktop** view as it is my first try with tailwindcss

## Preview Image

![image](https://user-images.githubusercontent.com/58771507/234090572-dd446c3e-3556-4622-b3c5-fb897953a452.png)

## Live Link

[Live Link](https://ginohmk.github.io/Servo-Life/)

## Initial setup

1. Locally clone your forked version to begin working on the project.

```bash
git clone [email protected]:Ginohmk/Servo-Life.git
cd Servo-Life.git
```

2. Run

```bash
npm install
```

3. Run

```bash
npm watch
```

4. Open in live server

### Project files

1. These are the files relevant for the current project:

```bash
.
├── tailwind.config.js
├── README.md
├── dist
├── src
├── asset
├── images
├── index.html
├── styles.css
```