An online calculator with HTML5 technologies.
Step 1: Install the dependencies via npm
npm install
Step 2: Start the dev server.
npm run dev
For hot reloading, please run:
npm run hot
To watch for file changes, please run:
npm run watch
Step 3: Edit the code in src
the output will be compiled into dist
All the tests are stored inside the test
folder. Please run the below command to run the unit tests.
npm run test
Please run the below command which will compile and prepare the code in dist
folder.
npm run production
- HTML5
- CSS 3
- ES 6
- Vue - The Progressive JavaScript Framework
- Laravel Mix - An elegant wrapper around Webpack for the 80% use case.
Mahendran Kannan
[email protected]