Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions webpack-react.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
layout: post
title: "Painless React Webpack Theme (Reatc-pack)"
date: 2017-11-10 16:00
excerpt_separator: <!--more-->
author: Mostafa @code4mk
published: true
categories: react, webpack
---


![](https://scontent.fdac5-1.fna.fbcdn.net/v/t1.0-9/23376532_2047380238877348_501439424879104660_n.jpg?oh=59df1ece1178e15c8ab4dd609b6e8d39&oe=5AA233EB)

Webpack feature is awesome , React webpack theme is very critical . You can try Painless React+webpack = React-pack by @code4mk

<!--more-->

```bass
#clone repo
git clone https://github.com/code4mk/webpack-react my-new-project

# install dependencies
npm install

or,

yarn install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```



#### Hints

* [Github Repo](https://github.com/code4mk/webpack-react)
* [medium post](https://medium.com/hello-laravel/painless-react-webpack-theme-70ecc58b3d32)

~ [@code4mk](https://twitter.com/code4mk)