habra.
  • Introduction
  • Extensions
  • Contributing
  • 🚀Self-host
    • Cloning and installation
    • Running
  • 📂structure
    • How it renders
    • Styles
    • Redux store
    • Routing
    • Locales
Powered by GitBook
On this page
  • Simple start
  • Available scripts

Was this helpful?

  1. Self-host

Running

Here you will understand how to start the project.

PreviousCloning and installationNextHow it renders

Last updated 4 years ago

Was this helpful?

Simple start

You have to run npm run start:dev to start the application in development mode. It will start a React app on an available port.

Available scripts

Name

Description

start

Serves the app in production mode from build/ folder

start:prod

Same as start

start:dev

Runs the app in development mode

build

Builds a production-ready application to the build/

test

Runs tests (none yet)

eject

Just, please, do not run this.

lint

Lints code. Being run after every commit.

🚀
Docs