/myweb-boilerplate

This is my recommended boilerplate for website development to get you up and running quickly

Primary LanguageCSS

My Web Development Starter

This is my website development starter for faster development and speeding across the hassle of creating and configuring a new website project (Note: This starter doesn't include any framework like React, Vue, etc and also using the 7-1 architecture pattern and sticking to Sass Guidelines writing conventions.)

  • NPM scripts
  • Module bundling with Parcel
  • Image optimisation (via Parcel’s imagemin plugin)
  • SVG icon sprite creation (via Parcel’s svg-sprite)
  • Node Sass

Install:

npm install

or

yarn install

To run:

npm start

or

yarn start

Opens in the browser on http://localhost:3000.

To build:

npm run build

or

yarn run build

ℹ️ Image minification only runs on build.