https://github.com/codewithalihamza/ordernest-frontend
https://github.com/codewithalihamza/ordernest-frontend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithalihamza/ordernest-frontend
- Owner: codewithalihamza
- Created: 2024-03-25T16:56:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T16:35:47.000Z (about 2 years ago)
- Last Synced: 2024-03-28T17:52:29.051Z (about 2 years ago)
- Language: TypeScript
- Size: 8.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/index.tsx`. The page auto-updates as you edit the file.