Skip to content

Latest commit

 

History

History
 
 

README.md

Javascript Basics

This repository was made for beginners to start learning Javascript from Scratch

ESLint

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:fix

Documentation

This repository uses Docsify for generating documentation website on the fly.

Steps:

  1. Install docsify-cli globally.
    npm i docsify-cli -g
    
  2. Then run the following command to serve the documentation.
    npm run serve-docs
    
  3. Now you can preview documentation site in your browser by visiting http://localhost:3000.