Skip to content

shivashp/javascript-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published