https://github.com/x8bitrain/pasta-preact-frontend
https://github.com/x8bitrain/pasta-preact-frontend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/x8bitrain/pasta-preact-frontend
- Owner: x8BitRain
- Created: 2020-05-09T18:56:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T21:43:12.000Z (about 5 years ago)
- Last Synced: 2025-02-09T08:22:17.108Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 4.55 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pasta-frontend
## CLI Commands
* `npm install`: Installs dependencies
* `npm run dev`: Run a development, HMR server
* `npm run serve`: Run a production-like server
* `npm run build`: Production-ready build
* `npm run lint`: Pass TypeScript files using TSLint
* `npm run test`: Run Jest and [`preact-render-spy`](https://github.com/mzgoddard/preact-render-spy) for your tests
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).