How do I preview a project onto my machine?
Learn how to preview your project on your machine while in development.
Courier provides developers with a development environment to easily preview file changes on your local machine.
Run the following command from your Blutui project to start watching for file changes and preview them at https://localhost:8080:
courier devYour project should should automatically open in a browser window for https://localhost:8080.
To stop the developement server, press Ctrl + C on your keyboard to end the process.
Last updated on