Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sukima/promise-tutorial
- Owner: sukima
- License: cc-by-4.0
- Created: 2015-06-11T22:43:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T21:08:08.000Z (over 9 years ago)
- Last Synced: 2024-10-21T20:58:13.512Z (30 days ago)
- Language: JavaScript
- Homepage: http://sukima.github.io/promise-tutorial
- Size: 879 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 requestThis 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`.