Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nexus-uw/crappy-preact-fargate-calculator
a really simple + crummy cost calculator for aws fargate
https://github.com/nexus-uw/crappy-preact-fargate-calculator
aws fargate preact
Last synced: about 18 hours ago
JSON representation
a really simple + crummy cost calculator for aws fargate
- Host: GitHub
- URL: https://github.com/nexus-uw/crappy-preact-fargate-calculator
- Owner: nexus-uw
- Created: 2017-12-11T14:26:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T02:19:32.000Z (4 months ago)
- Last Synced: 2024-12-08T12:29:48.055Z (about 2 months ago)
- Topics: aws, fargate, preact
- Language: JavaScript
- Homepage: https://nexus-uw.github.io/crappy-preact-fargate-calculator/
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crappy preact fargate calculator
https://nexus-uw.github.io/crappy-preact-fargate-calculator/
css provided by http://barecss.com/
## 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).