This repository was made for beginners to start learning Javascript from Scratch
Lint your js file with eslint After making your changes or adding your contributions, lint your javascript files with eslint by running following command
$ npm run lint:fixThis repository uses Docsify for generating documentation website on the fly.
Steps:
- Install
docsify-cliglobally.npm i docsify-cli -g - Then run the following command to serve the documentation.
npm run serve-docs - Now you can preview documentation site in your browser by visiting
http://localhost:3000.