clflowers5 / webpack-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 66.2%Language:TypeScript 21.7%Language:HTML 9.2%Language:CSS 2.8%