Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).