This is a boilerplate repo for static sites that uses NPM for front end package management.
-
Install Node. I recommend using Node Version Manager https://github.com/creationix/nvm so that you can hook into the
.nvmrc
file for automated Node version management goodness. -
Clone repo and install Node modules:
npm install
. -
Start browser using npm start script:
npm run start-static
.