https://github.com/flexycode/agency
Modern Digital Marketing Agency Website using Next JS, TailwindCSS, and Stripe integration! 💻✨🚀
https://github.com/flexycode/agency
nextjs stripe-integration tailwindcss typescript
Last synced: 8 months ago
JSON representation
Modern Digital Marketing Agency Website using Next JS, TailwindCSS, and Stripe integration! 💻✨🚀
- Host: GitHub
- URL: https://github.com/flexycode/agency
- Owner: flexycode
- Created: 2018-11-11T19:37:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T20:31:00.000Z (over 1 year ago)
- Last Synced: 2025-03-31T16:25:58.191Z (9 months ago)
- Topics: nextjs, stripe-integration, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 272 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agency
Modern Digital Marketing Agency Website using Next JS, TailwindCSS, and Stripe integration
This is a Next.js project bootstrapped with create-next-app.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun 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.
This project uses `next/font` to automatically optimize and load Inter, a custom Google Font.
# Learn More
To learn more about Next.js, take a look at the following resources:
* Next.js Documentation - learn about Next.js features and API.
* Learn Next.js - an interactive Next.js tutorial.
# Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?filter=next.js) from the creators of Next.js.
Check out our [Next.js deployment](https://nextjs.org/docs/pages/building-your-application/deploying) documentation for more details.