Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rayyannafees/esm-react
- Owner: RayyanNafees
- Created: 2024-02-13T01:22:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T05:58:44.000Z (11 months ago)
- Last Synced: 2024-02-14T02:29:44.672Z (11 months ago)
- Topics: esm, esmodules, react, reactjs, vite, vitejs
- Language: TypeScript
- Homepage: https://rayyannafees.github.io/esm-react/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)