{"id":26884927,"url":"https://github.com/scorpiocoding/dockerized_react_routing_languages","last_synced_at":"2025-03-31T18:37:43.450Z","repository":{"id":192239601,"uuid":"686334092","full_name":"ScorpioCoding/dockerized_react_routing_languages","owner":"ScorpioCoding","description":"Dockerized React with Routing and Multiple Languages","archived":false,"fork":false,"pushed_at":"2023-09-02T13:34:58.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-03T16:43:41.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ScorpioCoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-02T12:48:07.000Z","updated_at":"2023-09-03T16:44:40.383Z","dependencies_parsed_at":"2023-09-03T16:43:46.405Z","dependency_job_id":null,"html_url":"https://github.com/ScorpioCoding/dockerized_react_routing_languages","commit_stats":null,"previous_names":["scorpiocoding/dockerized_react_routing_languages"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScorpioCoding%2Fdockerized_react_routing_languages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScorpioCoding%2Fdockerized_react_routing_languages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScorpioCoding%2Fdockerized_react_routing_languages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScorpioCoding%2Fdockerized_react_routing_languages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScorpioCoding","download_url":"https://codeload.github.com/ScorpioCoding/dockerized_react_routing_languages/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246519086,"owners_count":20790696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-31T18:37:42.879Z","updated_at":"2025-03-31T18:37:43.442Z","avatar_url":"https://github.com/ScorpioCoding.png","language":"JavaScript","readme":"# Dockerized React Web Application\n\n## REACT.md\n\nReact.md is the official documentation that comes with creating a react app.\n\n## Versions\n\n### 0.1.0 : Starter React Folder (+ clean up)\n\n=\u003e `npx create-react-app . --template clean-cra`  \n=\u003e `npm start` start development server  \n=\u003e `npm run build` create production app  \n=\u003e `ctrl+c` stop development server  \n=\u003e remove unwanted files and folders  \n=\u003e create new folder structure.  \n=\u003e mod index.html\n\n### 0.1.1 : Sync up local git with gitHub\n\n=\u003e `git remote add origin git@github.com:__domain__/__repo__`  \n=\u003e `git branch -M main`  \n=\u003e `git push -u origin main`\n\n### 0.1.2 : Dockerize React Web Application\n\n=\u003e add: Dockerfile  \n=\u003e add: Docker-Compose file  \n=\u003e add: dockerignore file  \n=\u003e `docker compose up -d --build` start command  \n=\u003e `docker compose down -v` shutdown command  \n=\u003e `localhost:4080` docker port (one can change this)\n\n### 0.1.3 : Update Dependencies (package.json)\n\n=\u003e `npm update`\n\n### 0.1.4 : Sass\n\n=\u003e `npm install sass`  \n=\u003e add: folder css  \n=\u003e remove index.css  \n=\u003e add: App.scss  \n=\u003e mod: App.js\n\n### 0.2.0 : React Routing - Navigation Bar\n\n=\u003e `npm install react-router-dom`  \n=\u003e add: Pages : Home.js  \n=\u003e add: Pages : Contact.js  \n=\u003e add: Pages : About.js  \n=\u003e add: Pages : index.js  \n=\u003e add: css : Home.scss  \n=\u003e add: css : Contact.scss  \n=\u003e add: css : About.scss  \n=\u003e mod: index.js  \n=\u003e mod: App.js  \n=\u003e add: Components : NavBar.js  \n=\u003e add: css : NavBar.scss\n\n### 0.3.0 : React Multiple Languages - Translation\n\n=\u003e `npm install react-i18next i18next`  \n=\u003e `npm install i18next-browser-languagedetector`  \n=\u003e add: i18n.js  \n=\u003e mod: index.js  \n=\u003e add: assets/translations directory  \n=\u003e add: en.nav.json  \n=\u003e add: fr.nav.json  \n=\u003e add: nl.nav.json  \n=\u003e add: en.home.json  \n=\u003e add: fr.home.json  \n=\u003e add: nl.home.json  \n=\u003e add: en.about.json  \n=\u003e add: fr.about.json  \n=\u003e add: nl.about.json  \n=\u003e mod: NavBar.js  \n=\u003e mod: css : NavBar.scss  \n=\u003e mod: Pages : Home.js  \n=\u003e mod: Pages : About.js\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscorpiocoding%2Fdockerized_react_routing_languages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscorpiocoding%2Fdockerized_react_routing_languages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscorpiocoding%2Fdockerized_react_routing_languages/lists"}