Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaonetogit/boilerplate-next
NextJs 14, Sass, Storybook, Eslint + Prettier
https://github.com/joaonetogit/boilerplate-next
eslint next14 nextjs-boilerplate nextjs-template nextjs14 prettier sass scss storybook vercel
Last synced: 7 days ago
JSON representation
NextJs 14, Sass, Storybook, Eslint + Prettier
- Host: GitHub
- URL: https://github.com/joaonetogit/boilerplate-next
- Owner: joaonetogit
- Created: 2023-10-29T18:37:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-26T16:53:42.000Z (11 months ago)
- Last Synced: 2023-12-27T17:30:01.229Z (11 months ago)
- Topics: eslint, next14, nextjs-boilerplate, nextjs-template, nextjs14, prettier, sass, scss, storybook, vercel
- Language: JavaScript
- Homepage: https://boilerplate-next13-storybook.vercel.app/
- Size: 604 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, run the development server:
```bash
pnpm 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.js`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## 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.