Skip to content

danielvanc/Baseline

Repository files navigation

Welcome to Baseline!

An NBA Stats app built with Remix, Tailwind and more.

Development

To run the local environment with mocks disabled:

npm run dev

To run the local environment with mocks enabled:

npm run dev:mock

Local Production testing

First run a build

npm run build

Then run the app in production mode:

npm start