Start page for my talk about async/await, using express and particles.
Download the repository and install the dependency for express issuing:
npm install
The express web server exposes the app on localhost, port 4000.
npm run start
To change the location or port, check the app.js file.
Go to your web browser of choice and open http://localhost/4000.
This project is intended for demo applications such as for talks or workshops. If you encounter a problem create an issue or feel free to open a pull request if you know the fix.
MIT
Daniel Frech