Remix template with: typescript, sass and Gravity UI.
To use this template for your app you can run:
npx create-remix my-project --template gravity-ui/gravity-ui-remix-example
cd my-project
npm run dev
or
yarn create remix my-project --template gravity-ui/gravity-ui-remix-example
cd my-project
npm run dev
This package includes scripts and configuration used by Remix.
Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Remix.