diana48 / Learn-JavaScript

This repository is for beginners to start learning JavaScript from Scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn JavaScript

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

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.

if you want run Docsify you must use latest version of node (now is v13.0.1) read this issue #299

Steps:

  1. Install dependencies
    npm install
    
  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.

About

This repository is for beginners to start learning JavaScript from Scratch

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%