https://github.com/timarney/snowpack-react
https://github.com/timarney/snowpack-react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timarney/snowpack-react
- Owner: timarney
- License: mit
- Created: 2020-01-30T13:03:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:08:58.000Z (over 3 years ago)
- Last Synced: 2025-04-09T17:08:53.437Z (about 1 year ago)
- Language: JavaScript
- Size: 853 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```