Develop New Features Locally
Explore the process of developing new features locally by integrating Firebase Hosting with Sapper. Learn to configure development scripts, handle Firebase reserved URLs, and run local servers with live reloading to streamline your cloud-native web app development.
We'll cover the following...
We'll cover the following...
Local development
This is a good time to discuss how to develop new features. By default, Sapper web applications have a dev NPM script. To start the development server, run the following commands in the services/web directory.
npm install
npm run dev
Network requests fail
Due to the Firebase reserved URLs “/__/” ...