Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 357 Bytes

NPM Scripts - Static Site

Reference implementation for Static Sites/HTML Prototypes using NPM Scripts.

Setup

Ask NVM to use the appropriate node version

nvm install

To download the dependencies, we to to install node modules using

npm i

To build the application

npm run build

To watch the application on your local browser

npm start