barsikus007 / deb-ounce

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

Home Page:https://barsikus007.github.io/deb-ounce/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://barsikus007.github.io/deb-ounce/


Languages

Language:TypeScript 54.7%Language:JavaScript 16.2%Language:Dockerfile 11.9%Language:CSS 11.8%Language:HTML 5.4%