/deb-ounce

PoC react/solid app with lazy-loading and window virtualization

Primary LanguageTypeScript

For local type checking and suggestion (developer mode)

Install node

On Windows

If you are using WSL you must to preceed linux instructions

I recommend scoop package manager

scoop install nvm
# then reload your terminal
nvm install 18
nvm use 18.16.0  # version may differ
node -v
# be sure that it starts from 18
corepack enable

On Linux

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
# or
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
# then reload your terminal
nvm install 18
node -v
# be sure that it starts from 16
corepack enable

Install packages

Be sure that you in frontend dir

pnpm i

Config linters and etc

¯\_( ͡° ͜ʖ ͡°)_/¯

This template was created by

pnpm create vite frontend --template react-swc-tc