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 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
press Ctrl + B to run the program. Semicolon is compulsory.