react-redux-bootstrap-webpack-starter

React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER

Github星跟蹤圖

React 16.9+ (Typescript) React-Router 4 + Redux + Bootstrap + Webpack 4 with Hot Reload and redux-devtools-extension STARTER

license
Build Status
Coverage Status

My best React + redux project starter.

  • webpack is as simple as possible
  • ReactJS is written with optimization tricks (stateless, hooks, pure render, PureComponent...).
  • pure front-end = server independant (use whatever you want as server: NodeJS, Rails, .NET...)
  • SPA but SEO and/or PWA friendly since use of dynamic imports and application snapshot.

Concept behind: same as react-bootstrap-webpack-starter but added Redux and amazing and helpful redux-devtools-extension.

preview
FOSSA Status

Detailed Content

Front:

Tool chain:

  • Typescript
  • eslint
  • webpack 4
  • hot reload
  • loaders
    • ts / tsx
    • css
    • json
    • images formats
    • svg and fonts formats

tests:

  • Jest
  • enzyme

Changelog

Here

Usage

Install

# from root directory:
cd front && yarn install

bundle dev mode (+ redux-devtools)

# from root directory:
cd front && yarn run dev

dev : hot reload mode (+ redux-devtools)

# from root directory:
cd front && yarn run start

tests

# from root directory:
cd front && yarn run test

bundle production mode

# from root directory:
cd front && yarn run prod

mini node-express server

⚠️Ensure having bundled the application before (result is in _ROOT_DIR_/docs directory), then:

# from root directory:

# install dependencies the first time only:
cd server && yarn install
# run the server:
yarn run run-server # this will serve ROOT/docs content!

Do you use & like react-redux-bootstrap-webpack-starter but you don’t find a way to show some love?
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 ?

Support via PayPal

License

The MIT License (MIT)

Copyright (c) 2019 Erwan DATIN

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.

FOSSA Status

主要指標

概覽
名稱與所有者MacKentoch/react-redux-bootstrap-webpack-starter
主編程語言HTML
編程語言JavaScript (語言數: 4)
平台
許可證
所有者活动
創建於2016-04-10 04:26:32
推送於2023-03-14 21:14:41
最后一次提交2023-03-04 07:31:02
發布數11
最新版本名稱7.0.0 (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數141
關注者數10
派生數47
提交數451
已啟用問題?
問題數14
打開的問題數0
拉請求數28
打開的拉請求數1
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?