Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 2.32 KB

README.md

File metadata and controls

89 lines (68 loc) · 2.32 KB

JavaScript Examples

Collection of examples in JavaScript to show how to get things done in an idiomatic way

Installing

You need to have Node.js v10.0.0 or higher installed to run the examples.

Some examples depend on npm packages so, make sure you install everything before trying to run the examples. You can do this with the following commands.

$ git clone https://github.com/umut-sahin/javascript-examples.git
$ cd javascript-examples
$ npm install

Running a specific example

$ npm run -s <example-name>

Also, you can pass arguments like so

$ npm run -s <example-name> -- [arguments...]

Available examples

Changelog

See CHANGELOG.

License

This repository is released under MIT license. Please see LICENSE for details.

Contributing

Contributions are welcome! Please see CONTRIBUTING for guidance.

Authors

See AUTHORS.