node 16.15+
npm 8.5.5+
- Linux/MacOS - https://github.com/nvm-sh/nvm
- Windows - https://github.com/coreybutler/nvm-windows
nvm install 16.15
nvm use 16.15
- check the versions of installed packages:
node -v; npm -v
- download latest LTS version of node https://nodejs.org/en/download/
Open terminal/poweshell inside a project root and install the dependencies: npm i
After installation you can use nexc commands:
npm start
- start project with ENV=productionnpm run dev
- start project with ENV=developmentnpm run build
- to bulld static project