Hi 👋
I’m Axetroy, a software developer who love Typescript and Golang.
I like to participate in open source projects and develop various interesting and useful tools.
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upI am trying to setup project with the following commands
$ yarn create vite-app <project-name>
$ cd <project-name>
$ yarn
$ yarn dev
Everything se…