takuma-ru / takuma-ru-react-template

Template projects with various modules pre-installed for comfortable and efficient development in Next.js
0 stars 0 forks source link
framer-motion jotai nextjs react storybook styled-components unplugin-auto-import

takuma-ru-react-template

Description

Template repository for developing web applications with react (next.js)
react(next.js)を使ってwebアプリケーションを開発する際のテンプレートリポジトリ

Features

:heavy_check_mark: Support Next.js v13

:heavy_check_mark: Support Storybook v7

:construction: Support PWA

:construction: Support Responsive

:calendar: Support Jotai v2

:heavy_check_mark: Support Framer Motion

:heavy_check_mark: Support Styled Component

:heavy_check_mark: Automatic import of modules and components without using import x from y with unplugin-auto-import

:heavy_check_mark: Provide hygen template files

:heavy_check_mark: = Available
:construction: = Work in progress
:calendar: = Planned

Getting Started

0. Click to "Use this template"

195748948-7f5a784f-6fb1-4205-b23f-0c9b72ac5c82

1. Install node_modules

yarn

2. Start Web server

yarn dev

3. Access to web page

Localhost:3000

4. Start Storybook server

yarn storybook

5. Access to Storybook

Localhost:6006

Deploy Service

none

ScreenShot

none


This template was created by @takuma-ru