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

https://github.com/devgauravjatt/react-in-svelte


https://github.com/devgauravjatt/react-in-svelte

react react-in-svelte svelte-reactivity sveltekit

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# React in Svelte

This is a basic example of using React in a SvelteKit project.

## Features

- Uses React and React-DOM
- Uses [React-Type-Animation](https://www.npmjs.com/package/react-type-animation) library for typing animation
- Uses Tailwind CSS for styling

## How to use

```bash
git clone https://github.com/devgauravjatt/react-in-svelte

cd react-in-svelte

npm install

npm run dev

open http://localhost:5173
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.