shivashp / javascript-repl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript REPL

Clone and run for a quick way to see REPL in action.

This is a minimal Javascript REPL that allows you to quickly test your javascript code.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/shivashp/javascript-repl.git
# Go into the repository
cd javascript-repl
# Install dependencies
npm install
# Run the app
npm start

Working Around

press Ctrl + B to run the program. Semicolon is compulsory.

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 81.8%Language:HTML 11.1%Language:CSS 7.1%