LogoLogo
GitHubLeft HookDemo
1.0
1.0
  • 🥳Welcome to Frigg!
  • 👩‍💻Tutorials (Learning)
    • Quick Start Tutorial
      • Initialize with Create Frigg App (CFA)
      • Configuration
      • Start Your Frigg App
      • Connecting and Seeing Live Data
      • Updating the Integration Logic
  • 📖Reference (Information)
    • Core Concepts
    • API Module Definition and Functions
  • 🔌API Modules
    • Overview
  • 🤝Contributing
    • Overview
      • Contributor Covenant Code of Conduct
      • PULL_REQUEST_TEMPLATE
  • 📞Support
    • Contact
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Tutorials (Learning)
  2. Quick Start Tutorial

Start Your Frigg App

PreviousConfigurationNextConnecting and Seeing Live Data

Last updated 9 months ago

Was this helpful?

Ready to see Frigg in action? Let's start it up!

Make sure you're in the root directory of your application, then use:

npm run start

Your browser should open to http://localhost:3000 and you should see your Login screen.

Before you continue, make sure that both your frontend and backend are running. An easy way to know is to check if your terminal looks something like this:

If your terminal shows that the backend is also running, you can now experience with your app as an end-user and connect it to see live data coming through!

👩‍💻
Login screen of your Frigg app
The terminal output shows the backend server running locally, with a list of active routes and endpoints available for testing and development
Console log displaying the backend server being "ready" on localhost:3001