Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crra/snowpack-doodle
Snowpack, Preact, JSX, Fragment, Typescript, Router, Babel, CSS Grid, oh my!
https://github.com/crra/snowpack-doodle
Last synced: 3 months ago
JSON representation
Snowpack, Preact, JSX, Fragment, Typescript, Router, Babel, CSS Grid, oh my!
- Host: GitHub
- URL: https://github.com/crra/snowpack-doodle
- Owner: crra
- Archived: true
- Created: 2020-01-14T23:13:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T22:45:53.000Z (over 4 years ago)
- Last Synced: 2024-05-08T17:35:46.826Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 258 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-snowpack - [Source
README
# snowpack-doodle
Simple example that uses:
- Bundler: [Snowpack](https://www.snowpack.dev/)
- Component Framework: [Preact](https://preactjs.com/) including JSX and Fragments
- Router: [Wouter](https://github.com/molefrog/wouter)
- _NOTE_: there is an error during the installation because of the missing React dependency (Preact is used instead). This warning can be ignored. Don't know how this can be suppressed.
- Transpiler: [Babel](https://babeljs.io/)
- CSS Grid: [Template](https://codepen.io/mirisuzanne/pen/JjPeQYP?editors=0100)## Build
```sh
npm run build
```## Development
Including live-reload
```sh
npm run start
```## TODOs
- optimize CSS (assets)
- add styling system (e.g. styled-components)