Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 766 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 766 Bytes

Reference Implementation of Static Site using NPM Scripts

Reference implementation for HTML Prototypes using NPM Scripts. This codebase is maintained by students and volunteers of techatpark

Design Goals

We have below design goals.

  1. Use Low level tools as much as possible
  2. Stablilty over cutting edge
  3. Best Practices and Conventions
  4. Build time Speed

We carefuly avoided using image optimization during build time as it is good to do images at design time rather than build time.

Setup

To set the appropriate node version. You can install nvm from here

nvm install

To download the dependencies and build

npm i

To watch the application on your local browser

npm start