vicainelli / easy-ship

Fast way to get web apps shipped

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⛴️ easy-ship

👨‍💻 made by @vicainelli

Stack

Getting Started

Install dependencies:

You can use any package manager, but we recommend using bun to install dependencies.

bun install

Run the development server:

bun run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

http://localhost:3000/api/hello is an endpoint that uses Route Handlers. This endpoint can be edited in app/api/hello/route.ts.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

About

Fast way to get web apps shipped


Languages

Language:CSS 62.7%Language:TypeScript 35.9%Language:JavaScript 1.4%