/javascript-repl

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

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.