Skip to content

nyaomaru/nyaomaru_base

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.

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

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

yarn test