Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Cleanup some fancy unicodes
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jul 14, 2016
1 parent 294abd4 commit 77edfb1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ This boilerplate contains an absolutely minimal set of dependencies in order to

## Features

- 🌍 Server side rendering.
- 🔥 Extreme live development - hot reloading of client/server source as well as your _webpack configuration_, with high level of error tolerance.
- 🔨 `express` server with a basic security configuration.
- 🔨 `react` as the view.
- 🔨 `react-router` as the router, along with a dynamic routing configuration (i.e. you get code splitting based on your routes).
- 🔨 Very basic CSS support - it's up to you to extend it into CSS Modules, SASS, PostCSS, Aphrodite etc.
- 🚀 Full ES2015 support, using `babel` to transpile where needed.
- 📦 Bundling of both client and server using `webpack` v2.
- ✂️ Client bundle is split by routes.
- 🍃 Tree-shaking, supported by `webpack`.
- 🎛 A development and optimized production configuration.
- 🔧 Easy environment configuration via `dotenv` files.
- 👼 Airbnb's eslint configuration.
- Server side rendering.
- Extreme live development - hot reloading of client/server source as well as your _webpack configuration_, with high level of error tolerance.
- `express` server with a basic security configuration.
- `react` as the view.
- `react-router` as the router, along with a dynamic routing configuration (i.e. you get code splitting based on your routes).
- Very basic CSS support - it's up to you to extend it into CSS Modules, SASS, PostCSS, Aphrodite etc.
- Full ES2015 support, using `babel` to transpile where needed.
- Bundling of both client and server using `webpack` v2.
- Client bundle is split by routes.
- Tree-shaking, supported by `webpack`.
- A development and optimized production configuration.
- Easy environment configuration via `dotenv` files.
- Airbnb's eslint configuration.



Expand Down

0 comments on commit 77edfb1

Please sign in to comment.