Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7d4ee4d

Browse files
simplify scripts
1 parent 47d6f17 commit 7d4ee4d

File tree

86 files changed

+498
-625
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+498
-625
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
language: node_js
33
node_js:
4-
- 12
4+
- 16
55
sudo: false
66
cache:
77
npm: true

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 8.0.0
22

3+
- update README
4+
- upgrade server dependencies
5+
- upgrade server NodeJS minimum requirement to v16
6+
- upgrade front dependencies
37
- upgrade front NodeJS minimum requirement to v16
48
- upgrade front webpack from 4 to 5
59
- upgrade front dependencies (a bit of cleaning)

‎README.md‎

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -61,58 +61,43 @@ _Concept behind:_ same as [react-bootstrap-webpack-starter](https://github.com/M
6161

6262
## Usage
6363

64-
### Install
64+
You can run development React SPA application with hot reload or run the production bundles served through NodeJS server.
6565

66-
```bash
67-
# from root directory:
68-
cd front && npm install
69-
```
66+
_NOTE: You don't need to worry about installing anything, just sit down keep cool and type any of these needed command._
7067

71-
### bundle dev mode (_+ redux-devtools_)
68+
### Front developement (with hot reload)
7269

7370
```bash
7471
# from root directory:
75-
cd front &&npm run dev
72+
npm run front-dev
7673
```
7774

78-
### dev : hot reload mode (_+ redux-devtools_)
79-
80-
```bash
81-
# from root directory:
82-
cd front && npm run start
83-
```
75+
> Application will be served at [**http://localhost:3001/ (just click me!)**](http://localhost:3001/)
8476
85-
### tests
77+
### Front unit tests
8678

8779
```bash
8880
# from root directory:
89-
cd front &&npm run test
81+
npm run front-test
9082
```
9183

92-
### bundle production mode
84+
### Front production bundle analyze
9385

9486
```bash
9587
# from root directory:
96-
cd front &&npm run prod
88+
npm run front-bundle-analyze
9789
```
9890

99-
### mini node-express server
91+
> Bundle analyzer will launch on its own in your default browser
10092
101-
⚠️Ensure having bundled the application before (result is in `_ROOT_DIR_/docs` directory), then:
93+
### Serve production bundled application (front and NodeJS server)
10294

10395
```bash
10496
# from root directory:
105-
106-
# install dependencies the first time only:
107-
cd server && npm install
108-
# run the server:
109-
npm run start-server # this will serve ROOT/docs content!
97+
npm run start
11098
```
11199

112-
## Donate
113-
114-
Do you use & like react-redux-bootstrap-webpack-starter but you don’t find a way to show some love?
115-
If yes, please consider donating to support this project. Otherwise, no worries, regardless of whether there is support or not, I will keep maintaining this project. Still, if you buy me a cup of coffee I would be more than happy though 😄
100+
> Application will be served at [**http://localhost:8082/ (just click me!)**](http://localhost:8082/)
116101
117102
## License
118103

@@ -127,3 +112,7 @@ The above copyright notice and this permission notice shall be included in all c
127112
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
128113

129114
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FMacKentoch%2Freact-redux-bootstrap-webpack-starter.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FMacKentoch%2Freact-redux-bootstrap-webpack-starter?ref=badge_large)
115+
116+
```
117+
118+
```

‎docs/200.html‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎docs/404.html‎

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

‎docs/about/index.html‎

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

‎docs/assets/270.d61b0ffb47e511226090.js‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎docs/assets/923.c280ccae21c0c36ceb0a.js‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎docs/assets/937.bb79a350770a2f089032.js‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎docs/assets/973.3d20d4bae17e00da8ea5.js‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /