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

https://github.com/timarney/snowpack-react


https://github.com/timarney/snowpack-react

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Snowpack React test

### Install

```
npm install
```

### Run Snowpack to create web_modules/ directory

```
npx snowpack
```

### Compiling the src files

```
npm run babel
```

### Serve the files

```
npx servor --reload
```