Skip to content

Commit

Permalink
support assets loading
Browse files Browse the repository at this point in the history
  • Loading branch information
toan2406 committed Nov 22, 2017
1 parent 48d08bc commit 5dafa3b
Show file tree
Hide file tree
Showing 37 changed files with 145 additions and 17 deletions.
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
"preprocessCss": "./processSass.js",
"camelCase": true
}
],
[
"transform-assets",
{
"extensions": ["png", "jpg", "gif", "svg"],
"publicPath": "/",
"name": "[name].[ext]"
}
]
]
}
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# React Starter Kit

![node](https://img.shields.io/badge/node-8.9.0-green.svg?style=flat)
![npm](https://img.shields.io/badge/npm-5.5.1-red.svg?style=flat)
![react](https://img.shields.io/badge/react-16.0.0-00dcff.svg?style=flat)

React Starter Kit is a boilerplate for web development, built on top of Express, React and Redux.

## Features
- [x] Optimized production build
- [x] Code splitting
- [x] Server side rendering
- [x] CSS modules
- [ ] Service worker
2 changes: 1 addition & 1 deletion build/public/1.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified build/public/1.bundle.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/public/1.bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/public/2.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified build/public/2.bundle.js.gz
Binary file not shown.
Loading

0 comments on commit 5dafa3b

Please sign in to comment.