Commit Graph

53 Commits

Author SHA1 Message Date
dancingCycle 63c89e072a feat(wp-js): initial commit 2022-06-07 09:42:58 +02:00
dancingCycle 640b2fdff3 feat(webpack-react): add *.jsx transpiling to *.js for React.js 2022-06-07 09:39:54 +02:00
dancingCycle 438d627d68 feat(webpack-react): initial commit 2022-06-07 08:41:20 +02:00
Begerad, Stefan 878416e2ba fare-zones-table: initial commit 2022-01-25 00:15:53 -05:00
Begerad, Stefan 4ff618e73f axios: changed background-color 2022-01-25 00:11:22 -05:00
Begerad, Stefan 8735357542 axios: added Basic Authentication Header for axios.js HTTP GET request 2022-01-25 00:11:22 -05:00
Begerad, Stefan c7b97bb519 axios: added axios defaults 2022-01-25 00:11:22 -05:00
Begerad, Stefan ddf93b9075 axios: changed base URL of axios get call 2022-01-25 00:11:22 -05:00
Begerad, Stefan 524b8f9df2 axios: added axios.get inst 2022-01-25 00:11:22 -05:00
Begerad, Stefan c6ce232147 axios: called npm i axios 2022-01-25 00:11:22 -05:00
Begerad, Stefan f142cd6a37 axios: changed package name cos of npm error 2022-01-25 00:11:22 -05:00
Begerad, Stefan ab99e6cddc axios: copied and adapted app axios from app config-tutorial 2022-01-25 00:11:22 -05:00
Begerad, Stefan 1565cd0f4f feat: switched RouterBroser for Fare-Zones component 2022-01-25 00:08:13 -05:00
Begerad, Stefan 44e1804dcd feat: added async fetch of credentials 2022-01-25 00:08:13 -05:00
Begerad, Stefan e83e400b8a feat: added login component 2022-01-25 00:05:36 -05:00
Begerad, Stefan 6b066022af docu: added source 2022-01-24 23:59:42 -05:00
Begerad, Stefan 9089e2a4e8 doc: added note about BrowserRouter child elements 2022-01-24 23:59:42 -05:00
Begerad, Stefan 8c813ded88 feat: introduced BrowserRouter 2022-01-24 23:59:42 -05:00
Begerad, Stefan f32de23418 chore: called npm install react-router-dom 2022-01-24 23:59:42 -05:00
Begerad, Stefan 5a37f2b54c chore: copied from branch config-tut in git@github.com:dancesWithCycles/react-sandbox.git 2022-01-24 23:59:42 -05:00
Begerad, Stefan 6b7e00c3b9 pages: copied from git@github.com:dancesWithCycles/grassroot-react-app.git 2022-01-24 23:52:54 -05:00
Begerad, Stefan 6327b4fb6e config-tut: copied config-tutorial to pages 2022-01-24 23:52:54 -05:00
Begerad, Stefan 7537959c41 docu: added link for React.js login and authentication 2021-09-14 11:12:47 -04:00
Begerad, Stefan 5e290a2697 docu: added link for React.js axios REST tutorial 2021-09-13 20:48:59 -04:00
Begerad, Stefan 0f6d42f4f7 docu: added link for React.js login example with basic auth 2021-09-13 11:29:19 -04:00
Begerad, Stefan fb8fcb8df4 feat: described LESS.js style processor 2021-09-10 13:42:28 -04:00
Begerad, Stefan 545fedde82 config-tut: renamed all files 2021-09-09 15:00:34 -04:00
Begerad, Stefan 9ad3b232d8 react-config-tut: added charset to index.html template 2021-09-09 14:50:50 -04:00
Begerad, Stefan 3616faa187 react-config-tut: added HtmlWebpackPlugin plugin for deployment 2021-09-09 14:37:55 -04:00
Begerad, Stefan a5b0d54cee react-config-tut: called npm install html-webpack-plugin -D 2021-09-09 14:33:56 -04:00
Begerad, Stefan 0a330da1aa react-config-tut: changed dev and prod dir 2021-09-09 14:33:08 -04:00
Begerad, Stefan 0ab82d22f5 chore: called script format and eslint-fix 2021-09-09 14:20:15 -04:00
Begerad, Stefan 1a63c11b62 feat: added CSS and LESS processor 2021-09-09 14:18:04 -04:00
Begerad, Stefan 48fdb643e8 feat: called npm install --save-dev less less-loader css-loader style-loader 2021-09-09 14:12:06 -04:00
Begerad, Stefan 7415075c28 feat: added script eslint-fix and build 2021-09-09 14:10:30 -04:00
Begerad, Stefan d587eb3da6 feat: added file README.md 2021-09-09 14:03:56 -04:00
Begerad, Stefan 50c51fbc83 feat: added JavaScript linter ESlint 2021-09-09 14:03:43 -04:00
Begerad, Stefan 4d2c0c814f feat: enable generation of src maps by Webpack 2021-09-09 13:56:18 -04:00
Begerad, Stefan 97d38349d6 feat: added script format 2021-09-09 13:52:19 -04:00
Begerad, Stefan b077add01e chore: called npx prettier --write "src/**/*.js" 2021-09-09 13:49:36 -04:00
Begerad, Stefan 69055d4bed feat: added Prettier code formatter 2021-09-09 13:48:17 -04:00
Begerad, Stefan 102dc3632d feat: adapted Webpack config from v3 to v4 2021-09-09 13:45:41 -04:00
Begerad, Stefan f7a31a5166 feat: created file .babelrc in order to use Babel presets 2021-09-09 13:24:44 -04:00
Begerad, Stefan adb3df1abf feat: created Webpack configuration 2021-09-09 13:22:53 -04:00
Begerad, Stefan 8e29c7e345 feat: called npm install --save-dev @babel/core @babel/preset-env \@babel/preset-react babel-loader 2021-09-09 13:16:46 -04:00
Begerad, Stefan 08f756262b docu: added ducu 2021-09-09 13:15:28 -04:00
Begerad, Stefan 5a4c761043 feat: added file index.js 2021-09-09 13:12:38 -04:00
Begerad, Stefan 7eeecceb63 feat: added file index.html 2021-09-09 13:09:22 -04:00
Begerad, Stefan 9713eff7f0 feat: added script start 2021-09-09 13:07:41 -04:00
Begerad, Stefan 6b520441e9 chore: renamed all files 2021-09-09 13:04:30 -04:00