Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 690 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 690 Bytes

Example app with Framer Motion

This is a very basic example of remix app with framer-motion.

Development

From your terminal:

npm install
npm run dev

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

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start

Preview

Open this example on CodeSandbox:

Open in codesandbox