Skip to content

nyaomaru/nyaomaru-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nyaomaru_base

This repositry is my business base template.

Feel free to use it.

Purpose

By showing my private repository to public, I have got to enhance the coding quality.

And raise my motivation for maintenance of code.

Get started 🚀

First, you run git clone.

git clone git@github.com:nyaomaru/nyaomaru_base.git

If you use docker, you can run docker compose up -d in the working directory.

docker compose up -d

If you don't use docker, you need to run below command.

pnpm i
pnpm dev

Then, you access to localhost:3333/top, you can see the website.

storybook

you can use storybook.

If you don't use docker, you need to run below command.

pnpm storybook

Then, you access to localhost:6006/, you can see nyaomaru base storybook.

jest

Jest

you can run jest tests.

If you want to run jest, you run below code.

pnpm test

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •