Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 705 Bytes

README.md

File metadata and controls

59 lines (38 loc) · 705 Bytes

Mono Repo Template

A basic mono repo template using

Commands

build

Build the app / packages

npm run build

clean

Clean the output from the app / packages

npm run clean

dev

Run the app / package with --watch so that it automatically builds on changes to files

npm run dev

lint

Run the app / package lint commands

npm run build

pretty

Run Prettier over project

npm run pretty

test

Run the app / package tests

npm run test