Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 510 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 510 Bytes

Remix-Template

Development

From your terminal:

yarn dev

This starts your app in development mode, rebuilding assets on file changes.

Deployment

First, build your app for production:

yarn build

Then run the app in production mode:

yarn start

Upgrade all dependencies

Dependency upgrade is managed as suggested by the official documentation at https://yarnpkg.com/package/yarn-upgrade-all

yarn yarn-upgrade-all