Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudifa/arcade-app-snowpack
My first contact with snowpack.
https://github.com/rudifa/arcade-app-snowpack
Last synced: 24 days ago
JSON representation
My first contact with snowpack.
- Host: GitHub
- URL: https://github.com/rudifa/arcade-app-snowpack
- Owner: rudifa
- License: mit
- Created: 2020-10-05T15:21:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T15:41:04.000Z (about 4 years ago)
- Last Synced: 2024-10-06T01:41:20.182Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arcade-app-snowpack
### Apollo client app matching the Apollo Server [arcade-app](https://github.com/olange/arcade)
> ✨ Work in Progress
> ✨ Bootstrapped with Create Snowpack App (CSA).
## Available Scripts
### npm start
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### npm run build
Builds the app for production to the `dist/` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.## Directives
In case you need to add a directive like `classMap` you should add the extension to the import:
```
import { classMap } from "lit-html/directives/class-map.js";
```