Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sukima/promise-tutorial

Tutorial on async and promises in JavaScript
https://github.com/sukima/promise-tutorial

Last synced: 17 days ago
JSON representation

Tutorial on async and promises in JavaScript

Awesome Lists containing this project

README

        

# Testing Async JavaScript

This is a tutorial on testing asynchonous JavaScript

## Contributing

1. Clone this repo.
2. `npm install`
3. `npm start`
4. Edit in browser
5. Submit a pull request

This starts the TiddlyWiki server. Open `http://localhost:8080` in your browser
and make edits. They are saved automatically to the repo so you can easily
`git add`/`git commit` them.

## Building

To build the stand alone HTML for publication run `npm run build` and it will
output `wiki-dist/output/index.html`.