UNPKG

create-simple-projects

Version:

Create simple project with ts, jest, eslint, prettier and other stuff.

13 lines (12 loc) 334 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="description" content="Starter Vite App" /> <title>Starter Vite App</title> </head> <body> <script type="module" src="/src/index.ts"></script> </body> </html>