Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
update readme, logo
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Jan 18, 2021
1 parent a2a825e commit ddfd43e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ Visualize Webpack output
## Features
- Transpile TypeScript, Next-Gen JavaScript, Sass, and Next-Gen CSS
- Testing support for a mixed JS/TS environment using Jest
- Linting support for a mixed JS/TS environment using Eslint
- Integrates the [Express + Webpack (Expack) boilerplate](https://github.com/bengrunfeld/expack) with hot-reloading.
- Linting support for a mixed JS/TS and CSS/Sass environment using Eslint and Stylelint
- Integrates the [Express + Webpack (Expack) boilerplate](https://github.com/bengrunfeld/expack)
- Includes an organized [sass boilerplate](https://github.com/HugoGiraudel/sass-boilerplate)
- Optimized Webpack configurations
- Includes code splitting examples

## Technologies
- Webpack
Expand All @@ -80,6 +82,10 @@ Visualize Webpack output

## Dependency Deep-Dive

## Production dependencies
- core.js - polyfill library to support older browsers
- sanitize.css - css normalization library to set default, cross-browser stylings

### Webpack
- webpack: module and asset bundler
- webpack-cli: command line interface for Webpack
Expand Down Expand Up @@ -117,13 +123,13 @@ Visualize Webpack output
- Babel: transpile modern JavaScript into browser recognizable JavaScript
- @babel/preset-env: a collection of babel plugins with smart defaults
- @babel/plugin-transform-runtime: enables the re-use of Babel's injected helper code to save on codesize
- @babel/runtime: babel's modular runtime helpers
- @babel/plugin-proposal-class-properties: transforms static class properties
- PostCSS: automate routine CSS operations using JavaScript
- postcss-preset-env: transpile modern CSS into browser recognizable CSS
- postcss-import: consume local files, node modules or web_modules
- Autoprefixer: automatically add vendor prefixes to styles (included with postcss-preset-env)
- Browserlist: share target browsers between different front-end tools
- Core-js: JavaScript polyfill library

### Back-end Tools
- Express: server framework for Node.js
Expand Down Expand Up @@ -175,3 +181,4 @@ MIT
- Ben Grunfeld's [Expack](https://github.com/bengrunfeld/expack)
- Amina's [Jest mock examples](https://github.com/BulbEnergy/jest-mock-examples)
- Mark Tse's [Netlify Express](https://github.com/neverendingqs/netlify-express)
- Hugo Giraudel's [Sass Boilerplate](https://github.com/HugoGiraudel/sass-boilerplate)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mixpack",
"version": "2.0.0",
"version": "2.3.10",
"description": "A mixed TypeScript/JavaScript Webpack boilerplate with Express.",
"main": "src/js/index.js",
"scripts": {
Expand Down
Binary file modified repo-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ddfd43e

Please sign in to comment.