{"id":26696496,"url":"https://github.com/fernandotorresl/curso_ssr","last_synced_at":"2026-04-13T19:31:00.133Z","repository":{"id":39150760,"uuid":"258337008","full_name":"FernandoTorresL/Curso_SSR","owner":"FernandoTorresL","description":"PlatziVideo: Curso Server Side Render con Express, Platzi, EscuejaJS, version 2020","archived":false,"fork":false,"pushed_at":"2022-12-12T13:57:39.000Z","size":1263,"stargazers_count":0,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T20:33:29.562Z","etag":null,"topics":["dotenv","eslint","express","fileloader","javascript","nodemon","platzivideo","react","redux","router","sass","ssr","webpack","wip"],"latest_commit_sha":null,"homepage":"","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/FernandoTorresL.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}},"created_at":"2020-04-23T21:39:09.000Z","updated_at":"2020-07-10T08:40:50.000Z","dependencies_parsed_at":"2022-08-31T12:00:28.891Z","dependency_job_id":null,"html_url":"https://github.com/FernandoTorresL/Curso_SSR","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/FernandoTorresL/Curso_SSR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2FCurso_SSR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2FCurso_SSR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2FCurso_SSR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2FCurso_SSR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FernandoTorresL","download_url":"https://codeload.github.com/FernandoTorresL/Curso_SSR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernandoTorresL%2FCurso_SSR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dotenv","eslint","express","fileloader","javascript","nodemon","platzivideo","react","redux","router","sass","ssr","webpack","wip"],"created_at":"2025-03-26T20:26:43.194Z","updated_at":"2026-04-13T19:31:00.109Z","avatar_url":"https://github.com/FernandoTorresL.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Server Side Render Course with Express, Platzi\n\n## (Curso Server Side Render con Express, Platzi, version 2020)\n\n### Part of PlatziVideo Project\n\nPlatziVideo Project is the final project on EscuelaJS, Platzi, México and has several previous parts:\n\n- Curso de Frontend Developer\n- Curso Práctico de React\n- Curso de React Router y Redux\n- Curso de Server Side Render con Express (this repo)\n- and more...\n\n### Description\n\nImplement SSR (Server Side Render) on PlatziVideo Project using:\n\n- Babel, ESLint\n- Nodemon, Dotenv\n- Express (Node.js)\n- React.js\n- Webpack (cacheGroups, vendor files)\n- Build optimizations\n\nHere we created several branches using GitFlow method and integrated all on develop, then finally create **_release-1.1_** branch and integrated to **master** branch.\n\nSome of the features that were implemented here:\n\n- Install SASS, FileLoader\n- Use of Nodemon and Dotenv\n- Integrating Webpack with Express\n- Using React with Express\n- Integrating react-router-config(React Router)\n- Defining SSR\n- Fix ESLint errors\n- Preparing deploy\n\nThis project begins by cloning another repo.\n\nWe take the finish project at 'Curso de React Router y Redux' [repository: platzi/PlatziVideo](https://github.com/platzi/PlatziVideo), but using the branch: feature/router-redux\nThis can be done following the steps on section Installation (see that section below).\n\nThis is the result, like the previous repo but with Server Side Rendering:\n\n![Imgur](https://i.imgur.com/eOJdXWh.png)\n\n---\n\n## Installation\n\nHow started to work/colaborate with this project:\n\n### Clone this repo\n\nYou can use and change *\u003cmy_folder\u003e* on this instruction to create a new folder\n\n```cmd\ngit clone --single-branch -branch feature/router-redux git@github.com:platzi/PlatziVideo.git \u003cmy_folder\u003e\n```\n\n### Change to working directory and install\n\n```terminal\ncd \u003cmy_folder\u003e\nnpm install\n```\n\n---\n\n### How to view this project\n\n#### Clone this repo\n\nYou can use and change *_\u003cmy_folder\u003e_* on this instruction to create a new folder\n\n```cmd\ngit clone git@github.com:FernandoTorresL/Curso_SSR.git \u003cmy_folder\u003e\n```\n\n#### Change to working directory and install\n\n```cmd\ncd \u003cmy_folder\u003e\nnpm install\n```\n\n#### Compile (optional)\n\n```cmd\nnpm run build\n```\n\n#### Create .env file (only .env.example on github)\n\n```cmd\nvi .env\n```\n\nUsing **_.env.example_** file, you can copy the instructions there and paste them on **_.env_** file like this:\n\n```cmd\nENV=development\nPORT=3001\n```\n\nyou can change the port, of course!\n\n#### Execute\n\nNow, open a new terminal, in the same folder, and execute with\n\n```cmd\nnpm run start:dev\n```\n\nFinally, you can view the project on [localhost:\u003cyour_port\u003e](http://localhost:3001/)\nRemember that you must use the same port that you define on your **_.env_** file\n\n---\n\n## Follow me\n\n### [fertorresmx.dev](https://www.fertorresmx.dev/)\n\n#### :globe_with_meridians: Twitter, Instagram: [@fertorresmx](http://www.twitter/fertorresmx)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandotorresl%2Fcurso_ssr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernandotorresl%2Fcurso_ssr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandotorresl%2Fcurso_ssr/lists"}