@@ -8,15 +8,11 @@ A mixed TypeScript/JavaScript Webpack boilerplate with Express. [Click here to s
88
99## Introduction
1010
11- Mixpack sets out to provide an all-in-one Webpack boilerplate solution using core frontend technologies and sensible optimization defaults .
11+ Mix and match TypeScript and ES6+ JavaScript alongside Sass and Next-Gen CSS using Express .
1212
1313## Why Use MixPack?
1414
15- Easily mix TypeScript and ES6+ JavaScript alongside Sass and Next-Gen CSS.
16-
17- Express is chosen over Webpack's Dev Server to support backend Node.js applications.
18-
19- Jest is chosen as the default testing framework for its integration with Babel, TypeScript, and Node.js.
15+ Mixpack sets out to provide an all-in-one Webpack boilerplate solution using core frontend technologies and sensible optimization defaults.
2016
2117## Fork and Launch
2218
@@ -120,8 +116,7 @@ Visualize Webpack output
120116- Babel: transpile modern JavaScript into browser recognizable JavaScript
121117 - @babel/preset-env : a collection of babel plugins with smart defaults
122118 - @babel/plugin-transform-runtime : enables the re-use of Babel's injected helper code to save on codesize
123- - Plugins
124- - @babel/plugin-proposal-class-properties : transforms static class properties
119+ - @babel/plugin-proposal-class-properties : transforms static class properties
125120- PostCSS: automate routine CSS operations using JavaScript
126121 - postcss-preset-env: transpile modern CSS into browser recognizable CSS
127122 - postcss-import: consume local files, node modules or web_modules
@@ -132,7 +127,7 @@ Visualize Webpack output
132127### Back-end Tools
133128- Express: server framework for Node.js
134129- serverless-http: allows you to 'wrap' your API for serverless use (used for hosting on Netlify)
135- - webpack-dev-server: development server that provides live reloading
130+ - webpack-dev-server: development server that provides live/hot reloading
136131
137132### Testing
138133- Jest - JavaScript testing framework
0 commit comments