lgmf / simple-static-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Static App

Setup

  1. Install nvm https://github.com/nvm-sh/nvm#installing-and-updating

  2. Use nvm to install node lts version

  nvm install --lts`
  1. Verify if it worked by checking the node version
  node --version
  npm --version
  1. On the project folder install de dependencies
  npm install

Dev

 npm run dev

This command will use live-server to start a local server and reload it every time a file changes

Prod

 npm start

This command uses serve package to start a server without the live reloading feature

About


Languages

Language:HTML 100.0%