An NBA Stats app built with Remix, Tailwind and more.
To run the local environment with mocks disabled:
npm run dev
To run the local environment with mocks enabled:
npm run dev:mock
First run a build
npm run build
Then run the app in production mode:
npm start