# Development Workflow
Below you find the basic steps of the intended development workflow.
# Watching mode and Hot Module Reload
Watching for modifications can be done using npm run serve
.
It also automatically reload your extension into your browsers, thanks to webpack-extension-reloader plugin.