UNPKG

create-mori

Version:

Quickly create project templates to support the required repositories as much as possible

14 lines (13 loc) 367 B
<!DOCTYPE html> <html lang="en"> <head> <!--react-scan--> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Mori: Vite + React + Jotai</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>