Skip to content

Commit

Permalink
Merge pull request #17 from baoduy/develop
Browse files Browse the repository at this point in the history
Finished the SSL support
  • Loading branch information
baoduy authored Jul 9, 2018
2 parents 6faf538 + db1277a commit e70bfc5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "sm-react-iis"]
path = sm-react-iis
url = https://github.com/baoduy/sm-react-iis
[submodule "sm-react-node-express"]
path = sm-react-node-express
url = https://github.com/baoduy/sm-react-node-express
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Minimal starter kit with hot module replacement (HMR) for rapid development.

* Convert CSS to LESS: http://kronus.me/cn/css2less/

## Original Source Code
# Original Source Code

The source had been clone from [vikpe/react-webpack-babel-starter](https://github.com/vikpe/react-webpack-babel-starter) and on top of that I added some useful packages includes the Finished the [Material-Dashboard-React](https://github.com/creativetimofficial/material-dashboard-react) and Redux integration

## Support Features
# Support Features

## 1. async/await

Expand Down Expand Up @@ -104,7 +104,7 @@ When build the Service Fabric application it will copy all files in `dist` folde

Defiantly, If you are not using **Azure Service Fabric**. This folder shall be deleted.

> **Please note that the Gzip had been enabled for all supports above**
> **Please note that the Gzip and SSL (HTTPS) had been enabled for all above**
### All commands

Expand All @@ -121,4 +121,4 @@ Defiantly, If you are not using **Azure Service Fabric**. This folder shall be d

## See also

- [React Bootstrap Started Kit](https://github.com/baoduy/React-Bootstrap-Started-Kit)
- [React-Bootstrap-Started-Kit](https://github.com/baoduy/React-Bootstrap-Started-Kit)
21 changes: 0 additions & 21 deletions express.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint:less": "lesshint ./src/assets/less",
"start": "npm run start-dev",
"start-dev": "webpack-dev-server --config=configs/webpack/dev",
"start-prod": "npm run build && node express.js",
"start-prod": "npm run build && node sm-react-node-express/express.js",
"test": "jest --watch --coverage --config=configs/jest.json"
},
"devDependencies": {
Expand All @@ -49,6 +49,7 @@
"babel-preset-env": "1.7.0",
"babel-preset-react-latest": "6.1.0",
"babel-preset-stage-3": "6.24.1",
"compression": "^1.7.2",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"eslint": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion sm-react-docker-nginx
1 change: 1 addition & 0 deletions sm-react-node-express
Submodule sm-react-node-express added at 9d4b56
2 changes: 1 addition & 1 deletion sm-react-service-fabric

0 comments on commit e70bfc5

Please sign in to comment.