Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.
/ nana-vite-template Public archive

vite template with typescript, eslint, prettier, jest, babel(for jest), emotion, vitest

Notifications You must be signed in to change notification settings

yrnana/nana-vite-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nana-vite-template

template list

default

  • vite
  • react
  • jest (+babel)
  • eslint
  • prettier
  • emotion

material-ui

  • default
    • - emotion
    • + material-ui

wo-jest

  • default
    • - jest
    • - babel

tailwindcss

  • default
    • - emotion
    • + tailwindcss

simple

  • default
    • - jest
    • - babel
    • - emotion

linaria

  • default
    • - jest
    • - babel
    • - emotion
    • + linaria

vanilla-extract

  • default
    • - jest
    • - babel
    • - emotion
    • + vanilla-extract

download template

npm i -g degit

degit yrnana/nana-vite-template/default my-vite-app
degit yrnana/nana-vite-template/material-ui my-vite-app
degit yrnana/nana-vite-template/wo-jest my-vite-app
degit yrnana/nana-vite-template/tailwindcss my-vite-app
degit yrnana/nana-vite-template/simple my-vite-app
degit yrnana/nana-vite-template/linaria my-vite-app
degit yrnana/nana-vite-template/vanilla-extract my-vite-app

command

find . -maxdepth 1 -type d ! -name ".*" -exec yarn --cwd "{}" type-check \;