This repositry is my business base template.
Feel free to use it.
By showing my private repository to public, I have got to enhance the coding quality.
And raise my motivation for maintenance of code.
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
pnpm dev
Then, you access to localhost:3333/top
, you can see the website.
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.
you can run jest tests.
If you want to run jest, you run below code.
pnpm test