Skip to content

buggy/mono-repo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published