Food Hunter
  • Introduction
  • Before installation
    • Prepare Firebase
    • Setup database
  • Admin installation
    • Import demo data
    • Deploy backend
    • Run local
    • Deploy frontend
  • Client app installation
    • About
    • Features
    • Connect with backend
    • Run app
    • Customization
    • Publishing
  • DEFINE BASICS
    • Adding users
    • Adding restaurant
Powered by GitBook
On this page

Was this helpful?

  1. Admin installation

Run local

Let's run our project

Go to root of your project in console and install dependencies:

npm i

Recommend: use npm for installing dependencies

After installation run project:

npm run dev

Yeap! Go to localhost:3000 in internet browser to see your project running.

PreviousDeploy backendNextDeploy frontend

Last updated 4 years ago

Was this helpful?