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

https://github.com/shin-sforzando/etude-next


https://github.com/shin-sforzando/etude-next

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# etude-next

[![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@main/badge/badge-storybook.svg)](https://github.com/storybookjs/storybook)

![2022-06-07 20 07 41 0 0 0 0 3e22d2e4f325](https://user-images.githubusercontent.com/32637762/172365244-7d183949-22bd-4814-b378-5c27d7f99196.png)

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

- [Prerequisites](#prerequisites)
- [How to](#how-to)
- [Start](#start)
- [Deploy](#deploy)
- [Vercel](#vercel)
- [Misc](#misc)
- [ToDo](#todo)
- [Learn More](#learn-more)
- [Contributor](#contributor)

## Prerequisites

- Docker
- Node.js
- Next.js

## How to

### Start

```shell
docker compose up -d # dkcU
```

Open [http://0.0.0.0:3000](http://0.0.0.0:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://0.0.0.0:3000/api/hello](http://0.0.0.0:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.

### Deploy

#### 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.

## Misc

### ToDo

- [x] Introduce [tailwindcss-classnames](https://github.com/muhammadsammy/tailwindcss-classnames)
- [x] Improve Storybook
- [x] a11y
- [x] Designs
- [x] GitHub Actions
- [x] Links
- [x] Performance
- [x] Storyshots
- [x] Storysource
- [x] Theme
- [x] Introduce [next-axiom](https://github.com/axiomhq/next-axiom) as Logger
- [X] Introduce Jest as Testing Framework

### Learn More

To learn more about Next.js, take a look at the following resources:

- [the Next.js GitHub repository](https://github.com/vercel/next.js/)
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

### Contributor

- [sforzando LLC. and Inc.](https://sfz.dev/)
- [Shin'ichiro Suzuki](https://github.com/shin-sforzando)