Code for different tasks for dev-ops tools assessment 2.
- Install Node.js
- Clone the project into a directory
- Open terminal in the cloned directory and run
npm -i
- To run the test cases, write
npm run test - To build and see the document in action:
npm run build
- This should make a
bundle.jsfile in the directory.. - Open index.html and run the add function.
MIT