Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codewithmike01/servo-life
- Owner: codewithmike01
- Created: 2023-04-20T20:02:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-24T19:57:19.000Z (over 1 year ago)
- Last Synced: 2024-08-20T16:43:30.393Z (3 months ago)
- Language: HTML
- Size: 8.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```