Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thvroyal/next-marketing-site
Starter template for marketing website with full SEO support using Next.JS + Typescript + TailwindCSS
https://github.com/thvroyal/next-marketing-site
boilerplate-template nextjs seo-optimization tailwindcss
Last synced: about 1 month ago
JSON representation
Starter template for marketing website with full SEO support using Next.JS + Typescript + TailwindCSS
- Host: GitHub
- URL: https://github.com/thvroyal/next-marketing-site
- Owner: thvroyal
- License: mit
- Created: 2024-01-23T07:36:48.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-24T08:15:02.000Z (12 months ago)
- Last Synced: 2024-01-25T08:49:35.309Z (12 months ago)
- Topics: boilerplate-template, nextjs, seo-optimization, tailwindcss
- Language: TypeScript
- Homepage: https://next-marketing-site-ebon.vercel.app
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Starter template for marketing website with full SEO support
## Tech Stacks
- `NextJS` - The React framework with hybrid static & server rendering, and App Router
- `Typescript` - JavaScript with type safety and enhanced developer experience
- `TailwindCSS` - A utility-first CSS framework for rapid UI development
- `Eslint` - A tool for finding and fixing code issues and enforcing code style
- `Prettier` - A code formatter for consistent and readable code style
- `Google Analytics` - A web analytics service that tracks and reports website traffic## Roadmap
- [x] Dynamic generate sitemaps and robot files
- [ ] Support multiple languages
- [ ] Add common pages
- [ ] Generate og images## Start Locally
1. Clone the repository
2. Install dependencies using `yarn`
```bash
yarn
```3. Start the development server
```bash
yarn dev
```Open [http://localhost:3000](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.
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.