Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rayyannafees/esm-react

React with esm CDNs without installing any node_modules or bundlers
https://github.com/rayyannafees/esm-react

esm esmodules react reactjs vite vitejs

Last synced: about 2 months ago
JSON representation

React with esm CDNs without installing any node_modules or bundlers

Awesome Lists containing this project

README

        

# ESM React

Running a React Application without a bundler like `create-react-app` or `create-vite` or installing any library into `node_modules` but just simply using CDNs

## Running the application
Add your entry file, suppose `main.tsx` into the html as `type="module"`

Add this into your index.html inside the root of your project
```html

```

Then run the index.html in the root by simply running

```sh
npx vite
```

> Powered by [ems.sh](https://code.esm.sh)