yarn
: to use workspace.vite
: seriously, you muse try this instead of CRA.typescript
is used to make TypeScript environment for Yarn Berry.concurrently
is for running client, server at the same time.
clone
ordownload
or whatever you want to do.yarn
and then,yarn dlx @yarnpkg/sdks vscode
.(if you are using VSCode)- If you get an error module not found update your Yarn.
ts-node
is only for development due to the performance issue.- When
yarn dev
is run,NODE_ENV
is set as 'dev' bycross-env
. Then, oncenode
is run, it executests-node
following nodemon.json.
- 02/02/23: Upgrade packages version.