Skip to content

andonisantos/esfiddle

 
 

Repository files navigation

ESFiddle

Build Status

Try out the latest ES6+ features right in your browser.

See it online here.

We welcome pull requests from first-timers and seasoned veteran programmers alike. Follow the steps below to get setup. Then have a look at some of the projects issues

Getting Started

This guide assumes you already have MongoDB and NodeJS installed.

Clone the repository

# Get the latest version
git clone [email protected]:esfiddle/esfiddle.git

# Change directory
cd esfiddle

# Install Npm dependencies
npm install

# Add a MONGODB_URI to your environment
export MONGODB_URI='mongodb://localhost:27017/fiddles'

# Open a new terminal window and start MongoDB
mongod

# Start the application
npm start

About

Try out the newest ES6+ features in your browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%