Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-brooks/preact-wp
https://github.com/michael-brooks/preact-wp
preact preactjs react reactjs wordpress
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/michael-brooks/preact-wp
- Owner: Michael-Brooks
- Created: 2019-02-20T13:38:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T10:17:03.000Z (about 5 years ago)
- Last Synced: 2024-10-01T04:04:45.699Z (about 1 month ago)
- Topics: preact, preactjs, react, reactjs, wordpress
- Language: JavaScript
- Size: 1.5 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# preact material app
Super performant `Material` app for preact world using [preact-material-components](https://github.com/prateekbh/preact-material-components)
## CLI Commands
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).