- Node.js
- Javascript
- Jest
Installation
This Demo requires Node.js v10.21.0 + to run.
Install the dependencies and devDependencies and start the server.
$ cd url_checker_node
then,
Run Development Mode
$ npm install -d
$ npm run start
or you can use yarn:
$ yarn install
$ yarn start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
Testing
yarn test
or
npm run test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
MIT
Just Enjopy Coding, Yo Yo Yo!