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

https://github.com/4cecoder/ani-legacy


https://github.com/4cecoder/ani-legacy

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/ani-social/ani-j/actions/workflows/Build%20Status.yml/badge.svg)](https://github.com/ani-social/ani-j/actions/workflows/Build%20Status.yml)

## Running React with Vite and Tailwind CSS

[React](https://reactjs.org/) is a popular JavaScript library for building user interfaces.

[Vite](https://vitejs.dev/) is a blazing fast frontend build tool that includes features like Hot Module Reloading (
HMR), optimized builds, and TypeScript support out of the box.

[Tailwind CSS](https://tailwindcss.com/) is a utility-first CSS framework that makes it easy to build fast, responsive,
and beautiful user interfaces.

Using React, Vite, and Tailwind CSS in conjunction is a fast and stylish way to build a web app.

### Getting Started

Here are the vite docs for [serving production websites](https://vitejs.dev/guide/build.html)

And here are the Tailwind CSS docs for [using with Vite](https://tailwindcss.com/docs/guides/vite)
and [customizing your setup](https://tailwindcss.com/docs/configuration).

# Running for development

```bash
npm install && npm run dev
```