Skip to content

Try out the newest ES6+ features in your browser

License

Notifications You must be signed in to change notification settings

tarang9211/esfiddle

 
 

Repository files navigation

ESFiddle

Build Status Join the chat at https://gitter.im/esfiddle/Lobby

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

See it online here.

Getting Started

This guide assumes you already have MongoDB and NodeJS installed.

Clone the repository

# Get the latest version
git clone git@github.com: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

Found a bug?

Read the Help I've Found a Bug article and follow its instructions.

Contributing

We welcome pull requests from first-timers and seasoned veteran programmers alike. Follow the steps above to get setup. Then have a look at some of the projects issues. After, please follow these steps to contribute.

About

Try out the newest ES6+ features in your browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 4.3%
  • CSS 0.5%