Skip to content

ivanlori/EstimateOnline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Free online estimate

An online estimate of costs written in JS and Typescript

Installing

This project uses parcel.js 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

License

This project is licensed under the MIT License - see the LICENSE file for details