https://github.com/ali-hussein-dev/website-starter
https://github.com/ali-hussein-dev/website-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ali-hussein-dev/website-starter
- Owner: Ali-Hussein-dev
- Created: 2022-08-08T17:22:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T21:32:52.000Z (over 2 years ago)
- Last Synced: 2025-02-02T01:11:23.233Z (3 months ago)
- Language: TypeScript
- Homepage: https://website-starter-next.vercel.app/
- Size: 484 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Responsive Website Starter
First, install dependencies:
```bash
npm i
# or
yarn install
```Second, run development server:
```bash
npm run dev
# or
yarn dev
```