Skip to content

Reference implementation for Static Sites using NPM Scripts

Notifications You must be signed in to change notification settings

rim-sila/npm-scripts-static-ref

 
 

Repository files navigation

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

About

Reference implementation for Static Sites using NPM Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.1%
  • JavaScript 22.3%
  • SCSS 11.4%
  • Other 0.2%