https://github.com/takuma-ru/takuma-ru-react-template
Template projects with various modules pre-installed for comfortable and efficient development in Next.js
https://github.com/takuma-ru/takuma-ru-react-template
framer-motion jotai nextjs react storybook styled-components unplugin-auto-import
Last synced: about 2 months ago
JSON representation
Template projects with various modules pre-installed for comfortable and efficient development in Next.js
- Host: GitHub
- URL: https://github.com/takuma-ru/takuma-ru-react-template
- Owner: takuma-ru
- Created: 2022-10-07T00:02:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T08:55:44.000Z (about 2 years ago)
- Last Synced: 2025-01-31T05:48:29.549Z (4 months ago)
- Topics: framer-motion, jotai, nextjs, react, storybook, styled-components, unplugin-auto-import
- Language: TypeScript
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
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](https://nextjs.org/):heavy_check_mark: Support [Storybook v7](https://storybook.js.org/)
:construction: Support PWA
:construction: Support Responsive
:calendar: Support [Jotai v2](https://jotai.org/)
:heavy_check_mark: Support [Framer Motion](https://www.framer.com/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"
[](https://github.com/takuma-ru/takuma-ru-react-template/generate)#### 1. Install node_modules
```md
yarn
```#### 2. Start Web server
```md
yarn dev
```#### 3. Access to web page
[Localhost:3000](http://localhost:3000/)#### 4. Start Storybook server
```md
yarn storybook
```#### 5. Access to Storybook
[Localhost:6006](http://localhost:3000/)## Deploy Service
none## ScreenShot
none----
**This template was created by [@takuma-ru](https://github.com/takuma-ru)**