https://github.com/nawok/prost
Next.js starter with TypeScript, Tailwind CSS, Framer Motion, and Splitbee
https://github.com/nawok/prost
framer-motion nextjs nextjs-boilerplate nextjs-docker nextjs-starter nextjs-template nextjs-typescript splitbee tailwind tailwind-css tailwind-css-template tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Next.js starter with TypeScript, Tailwind CSS, Framer Motion, and Splitbee
- Host: GitHub
- URL: https://github.com/nawok/prost
- Owner: nawok
- License: mit
- Created: 2020-04-04T22:14:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T02:47:39.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T03:43:20.232Z (6 months ago)
- Topics: framer-motion, nextjs, nextjs-boilerplate, nextjs-docker, nextjs-starter, nextjs-template, nextjs-typescript, splitbee, tailwind, tailwind-css, tailwind-css-template, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://prost.vercel.app
- Size: 675 KB
- Stars: 27
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍻 Prost!
## 🚀 Quick Start
**Prost!** is a [Next.js](https://nextjs.org/) application template. [Node.js](https://nodejs.org/) with [Yarn](https://yarnpkg.com/) are required to build and run it locally.
### Install the dependencies
```sh
yarn
```### Start the development server
```sh
yarn dev
```## 🚢 Deployment
Every commit to `main` branch is automatically deployed using [Vercel](https://vercel.com) and can be viewed at [prost.vercel.app](https://prost.vercel.app).