Skip to content

WebDevArchive/Webpack4SPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack4SPA

Minimalistic Starter-kit for building SPA with Webpack.

devDependency Status

Usage

git clone https://github.com/WebDevArchive/Webpack4SPA.git
cd Webpack4SPA
npm install

Commands

  • npm run build: production build without devtools (+ minification)
  • npm run dev: development build with Hot Module Replacement (+ watch)
  • npm run test: start tests with Selenium (take screenshot for example)

Few words

  • Scss and Babel preprocessing (es2015 preset)
  • Generating index.html from index.html.ejs - content of package.json is avaliable (name, version, etc)
  • Hot Module Replacement
  • Notifications (for builds)
  • Selenium tests (see example in app/test)

Contact

You are welcome.

About

Minimalistic Starter-kit for building SPA with Webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published