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

https://github.com/de3ph/getyouradvice

Basic project to practice with Tailwind
https://github.com/de3ph/getyouradvice

Last synced: about 1 year ago
JSON representation

Basic project to practice with Tailwind

Awesome Lists containing this project

README

          

# Vite + ReactJs + TailwindCss

### [Preview Link ( ͡° ͜ ͡°)](https://get-your-advice.vercel.app/)

screenshot

## Before Running On Local

Get your X-RapidAPI-Key and X-RapidAPI-Host from [Motivational Quotes API on RapidAPI](https://rapidapi.com/bitbiscuit-bitbiscuit-default/api/motivational-quotes1/)

Create .env.local file in root and set your keys like this:

```shell
VITE_X_RAPID_API_KEY = {yourRapidApiKey}
VITE_X_RAPID_API_HOST_KEY = {yourRapidApiHostKey}
```

## Commands:

To start the dev server on your machine:

```shell
yarn dev
```

To start the dev server on your network:

```shell
yarn dev --host
```

To make the production build:

```shell
yarn build
```

To preview the production build locally:

```shell
yarn serve
```