Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit aaa6ba4

Browse files
committed
2 parents f0c8851 + 8ff7b00 commit aaa6ba4

File tree

3 files changed

+5
-196
lines changed

3 files changed

+5
-196
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
![Code Ship](https://codeship.com/projects/92d32ae0-5907-0134-8eb1-7aa2649e3d2b/status?branch=master)
2-
[![Codacy grade](https://img.shields.io/codacy/grade/5c49f0bc54434788b6ed1f00347aa9fc.svg?maxAge=2592000)](https://github.com/RyanCCollins/scalable-react-boilerplate)
3-
4-
![Scalable Boilerplate Logo](https://github.com/RyanCCollins/cdn/blob/master/alumni-webapp/scalable-boilerplate-logo.png?raw=true)
1+
\![Scalable Boilerplate Logo](https://github.com/RyanCCollins/cdn/blob/master/alumni-webapp/scalable-boilerplate-logo.png?raw=true)
52

63
# Scalable React Boilerplate [![npm version](https://badge.fury.io/js/scalable-react-boilerplate.svg)](https://badge.fury.io/js/scalable-react-boilerplate)
4+
![Code Ship](https://codeship.com/projects/92d32ae0-5907-0134-8eb1-7aa2649e3d2b/status?branch=master)
5+
[![Codacy grade](https://img.shields.io/codacy/grade/fb3bf4881b8d4b98a8a3ff59f47b14d4.svg?maxAge=2592000)](https://github.com/RyanCCollins/scalable-react-boilerplate)
76

87
The boilerplate aims to follow best practices for building highly scalable and reusable apps and component libraries with React and cutting edge JavaScript.
98

server/public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!doctype html>
2-
<!doctype html>
32
<html lang="en">
43
<head>
54
<meta charset="UTF-8">
@@ -11,6 +10,6 @@
1110
<body>
1211
<!-- The app will bootstrap into this div -->
1312
<div id="app"></div>
14-
<script src="/app/build/bundle.js"></script>
15-
<script type="text/javascript" src="/bundle.js"></script></body>
13+
<script type="text/javascript" src="/bundle.js"></script>
14+
</body>
1615
</html>

server/public/stats.html

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)