Skip to content

marcmedina/webpack-starter

 
 

Repository files navigation

Webpack Starter

Simple webpack configuration and boilerplate providing:

  • TypeScript
  • React and JSX
  • CSS Modules
  • Sass
  • Basic Jest setup with Enzyme

Commands

npm test

  • Runs Jest tests.

npm run dev

  • Runs webpack dev server.

npm run build

  • Builds production bundle.

About

Webpack 4 starter template with sass, css-modules, babel, and some other gubbins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 66.3%
  • TypeScript 21.7%
  • HTML 9.2%
  • CSS 2.8%