Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanlori/estimateonline
Online estimate of costs written in JS and Typescript
https://github.com/ivanlori/estimateonline
cost costs css3 es6-javascript estimate html5 javascript made-in-italy online typescript
Last synced: about 18 hours ago
JSON representation
Online estimate of costs written in JS and Typescript
- Host: GitHub
- URL: https://github.com/ivanlori/estimateonline
- Owner: ivanlori
- License: mit
- Created: 2018-01-19T19:37:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:54:12.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T07:22:48.791Z (over 1 year ago)
- Topics: cost, costs, css3, es6-javascript, estimate, html5, javascript, made-in-italy, online, typescript
- Language: CSS
- Homepage: https://ivanlori.github.io/EstimateOnline/
- Size: 1.19 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Free online estimate
An online estimate of costs written in JS and Typescript
### Installing
This project uses [parcel.js](https://parceljs.org/getting_started.html) as bundle. You have to install it globally
```
# install parcel.js globally using yarn
yarn global add parcel-bundler# clone repository
git clone https://github.com/ivanlori/EstimateOnline.git# install dependencies
yarn install# serve with hot reload at localhost:8000
yarn serve# build for production
yarn build```
## Authors
- **Ivan Lori** - _Initial work_ - [ivanlori](https://github.com/ivanlori)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details