Develop New Features Locally
Learn how you can develop new features for your web application locally.
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
Get hands-on with 1400+ tech skills courses.