#add in package.json
"dev": "vite --open --host",
"start": "vite --open --host",
npm --version
node --version
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
vi ~/.bashrc
nvm --version
source ~/.bashrc
nvm list-remote
nvm install node
node --version
npm --version
Clone the repo
Use ssh
git clone git@github.com:Leniolabs/layoutit-grid.git
Or https
git clone https://github.com/leniolabs/layoutit-grid.git
In the repo folder run
npm install npm start
Your dev server will start and be running at
> Local: http://localhost:3000/
Commands
Command | Description |
---|---|
npm install | Install the dependencies |
npm start | Run the project (in dev mode) |
npm run build | Build for deployment |
Be First to Comment