Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.