/fe-webpack-starter

Simple starter project made with Webpack and using SCSS, Es6 with babel and a custom router to enable SPA support. Meant to be used as a quick kickstarter for prototyping or templating front-end assets

Primary LanguageSCSS

FE Starter

A lightweight kickstarter for webpack based Front End projects, includes a basic routing for SPA support and some helpers methods, etc.

Features

Installation

yarn install

If you'd rather use NPM, simply delete the yarn.lock file in the root folder and run npm install.

Start Dev Server

npm run start

Build Prod Version

npm run build

To Do's

  • Clean up helpers, improve and finish them off.
  • Clean styles
  • Add initial custom home
  • Details on folder structure

Notes

Functional for local prototyping. Production build not really implemented nor tested, any feedback or PR's are welcome.

Originally based & extended from webpack starter.