Running

Here you will understand how to start the project.

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. Docs

lint

Lints code. Being run after every commit.

Last updated