generic-project-template

Usage

Navigate to the repo.

$ cd PATH_TO_REPO

View available make commands

$ make help

Apply fixes

Fix all

$ make fix

Format

Apply formatting fixes.

$ make fmt-fix

Lint

Apply lint fixes and alert on bad code.

$ make lint-fix

Test

Run unit tests.

$ make test

Run

Run application.

$ make run

Start dev server.

$ make serve