Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendraaagil/react-vite-twin-macro
Just want to try react, vite and twin.macro
https://github.com/hendraaagil/react-vite-twin-macro
emotion reactjs tailwindcss twin-macro vite
Last synced: 18 days ago
JSON representation
Just want to try react, vite and twin.macro
- Host: GitHub
- URL: https://github.com/hendraaagil/react-vite-twin-macro
- Owner: hendraaagil
- License: mit
- Created: 2021-08-29T09:05:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T04:45:30.000Z (about 3 years ago)
- Last Synced: 2024-10-11T01:50:30.434Z (about 1 month ago)
- Topics: emotion, reactjs, tailwindcss, twin-macro, vite
- Language: JavaScript
- Homepage: https://react-vite-twin-macro.vercel.app
- Size: 311 KB
- Stars: 26
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React + Vite + twin.macro
![Preview](docs/preview.png)
## Getting Started
1. Clone this repository
```bash
git clone https://github.com/hendraaagil/react-vite-twin-macro.git
```2. Go to project directory and install all dependencies
```bash
cd react-vite-twin-macro
yarn # or npm install
```3. Available scripts
```bash
# Run development server
yarn dev# Build project
yarn build# Serve project
yarn serve
```## Learn More
- [React Documentation](https://reactjs.org)
- [Vite Documentation](https://vitejs.dev/guide)
- [twin.macro Documentation](https://github.com/ben-rogerson/twin.macro)