Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmasse/nextein-tailwind-starter
nextein starter with tailwindcss
https://github.com/elmasse/nextein-tailwind-starter
nextein nextjs tailwindcss
Last synced: 27 days ago
JSON representation
nextein starter with tailwindcss
- Host: GitHub
- URL: https://github.com/elmasse/nextein-tailwind-starter
- Owner: elmasse
- Archived: true
- Created: 2021-06-01T12:58:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T18:58:28.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T14:12:17.533Z (4 months ago)
- Topics: nextein, nextjs, tailwindcss
- Language: JavaScript
- Homepage: https://nextein-tailwind-starter.vercel.app
- Size: 652 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-NextJs - nextein-tailwind-starter - [demo](https://nextein-tailwind-starter.vercel.app/) (Nextjs Starter)
README
# Nextein tailwindCSS Starter
This is an starter skeleton for [Nextein](https://nextein.elmasse.io) sites.
# Development
Follow the next steps to get you up and running with your first Nextein site:
- Clone this repository
- Run `npm install`
- Run `npm run dev`
- Open [localhost:3000](http://localhost:3000) in your browser.# Export the static version
- Run `npm run export`
# Deploy to Vercel
The Nextein Starter includes a `vercel.json` file with configuration to deploy to Vercel. _You'll need a Vercel account and get `vercel` cli installed._ Then just run:
```
$ vercel
```## Deploy using this template
Use the deploy button to create a Vercel Project
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/elmasse/nextein-tailwind-starter/tree/main)
# More information
- Check the [nextein repository](https://github.com/elmasse/nextein)
- [Documentation](https://nextein.elmasse.io/docs)
- [Guides](https://nextein.elmasse.io/guides)