https://github.com/4cecoder/ani-legacy
https://github.com/4cecoder/ani-legacy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/4cecoder/ani-legacy
- Owner: 4cecoder
- License: mit
- Created: 2023-05-18T03:48:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T04:58:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T16:29:37.915Z (about 1 year ago)
- Language: TypeScript
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```