⚛️ Million + React
Quick Start
The easiest way to use Million is to open it in StackBlitz:
If you want to use it locally, you can either fork the project, or clone it directly.
git clone https://github.com/aidenybai/million-react.git
cd million-react
npm install
Once you've done that, open src/App.jsx
and start tinkering!
Usage
This is a Vite project. There are two ways to run it:
npm run dev
: runs the project in development mode.npm run build
: bundles the project for production.
License
Million is MIT-licensed open-source software and research project by Aiden Bai.