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

https://github.com/nafeu/slim-react-starter

CDN-based React development starter with Snowpack and Skypack
https://github.com/nafeu/slim-react-starter

node react skypack snowpack

Last synced: about 1 month ago
JSON representation

CDN-based React development starter with Snowpack and Skypack

Awesome Lists containing this project

README

        

# Slim React Starter

CDN-based React development starter with Snowpack and Skypack, check out my [blog post](https://nafeu.medium.com/modern-react-development-but-without-200-mb-of-node-modules-69d8ca01eacf) on it.

## Usage

```
git clone https://github.com/nafeu/slim-react-starter.git
cd slim-react-starter
npm install
```

## Development

```
npm run dev
```

## Build

```
npm run build
```

## License

MIT