1.4.1 • Published 3 years ago

calc-of-price v1.4.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Price calculator

As boilerplate used component-boilerplate

Building and running on localhost

First install dependencies:

npm install && npm run peers-install

To run in hot module reloading mode (start WDS):

npm start

To create a production build:

npm run build

or

npm run patch

or

npm run minor

or

npm run major

Running Development

Open the file http://localhost:8080 in your browser

Running Production

Include repo as dependency to a main project.

Testing

To run unit tests:

npm test

To run cypress:

npm cypress:open