Development Server
Start the development server to see your headless storefront in action.
Start Command
bash
npm run devThis will start the local server, typically at http://localhost:3000.
Accessing the Storefront
Open your browser and navigate to http://localhost:3000. You should see the homepage of your Bagisto Headless store, populated with data from your backend.
Hot Reloading
The development server supports hot reloading. Any changes you make to the code (including adding Bagisto Native components) will be instantly reflected in the browser.
Next Steps
- Check API connectivity
- Learn about Environment variables
- Explore Installing Packages
