Please follow the below instructions to run this project in your computer:
-
Clone this repository
git clone https://github.com/learnwithsumit/testing-in-javascript.git
-
Use below command in your terminal to install node_modules using yarn
yarn
or you can use npm to install the same as below
npm install
-
To test, run the below command in your terminal
yarn test
or
npm run test
-
To build the project with webpack, just run the below command in your terminal
yarn build
or
npm run build
-
After building, you can simply run the index.html file with VS Code Live Server
Sumit Saha - [email protected]
Project Link: https://github.com/learnwithsumit/testing-in-javascript
Youtube Video Link: https://youtu.be/6hC3r8A1CHw
Youtube Channel: https://youtube.com/LearnwithSumit