Skip to content

An extremely simple and minimalistic boilerplate for building client-side web applications with: Webpack, Babel, and SASS.

Notifications You must be signed in to change notification settings

dbradleyfl/webpack-babel-sass-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Babel SASS Boilerplate

An extremely simple and minimalistic boilerplate for building client-side web applications with: Webpack, Babel, and SASS.

Setup

$ git clone --depth=1 https://github.com/dbradleyfl/webpack-babel-sass-boilerplate your-project-name

$ cd your-project-name

$ npm install

or

$ yarn

Development

$ npm run dev

or

$ yarn run dev

Build

$ npm run build

This command will produce your bundled application inside /dist

About

An extremely simple and minimalistic boilerplate for building client-side web applications with: Webpack, Babel, and SASS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published