Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 669 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 669 Bytes

Javascript Basics

This is a collection of javascript challenges to train the basics.

Get latest exercises

git fetch
git rebase origin/master

Getting Started

Before you start, we first need to install the application. This is done through the node package manager, short npm

npm install

After that you can start the application by running

npm start

This will start a live server that will serve the index.html page in the root directory and open the browser. From there you can navigate to the individual lessons and challenges. If you want to close the application go back to your terminal window and hit ctrl+c