{"id":23278765,"url":"https://github.com/jimmylee/next-express-emotion","last_synced_at":"2025-08-17T01:34:07.367Z","repository":{"id":88176090,"uuid":"167470616","full_name":"jimmylee/next-express-emotion","owner":"jimmylee","description":"[OUTDATED] Easy way to setup NextJS 12.1.6, React 18.2.0, Express 4.18.1, and @emotion/react 11.9.3 locally.","archived":false,"fork":false,"pushed_at":"2024-01-09T20:53:50.000Z","size":15,"stargazers_count":31,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T09:01:46.562Z","etag":null,"topics":["boilerplate-front-end","emotion","express","nextjs","nextjs-template","react"],"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/jimmylee.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,"roadmap":null,"authors":null}},"created_at":"2019-01-25T02:19:45.000Z","updated_at":"2025-04-04T06:46:52.000Z","dependencies_parsed_at":"2023-05-29T20:30:55.857Z","dependency_job_id":null,"html_url":"https://github.com/jimmylee/next-express-emotion","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/jimmylee/next-express-emotion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmylee%2Fnext-express-emotion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmylee%2Fnext-express-emotion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmylee%2Fnext-express-emotion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmylee%2Fnext-express-emotion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimmylee","download_url":"https://codeload.github.com/jimmylee/next-express-emotion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmylee%2Fnext-express-emotion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796216,"owners_count":24647319,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["boilerplate-front-end","emotion","express","nextjs","nextjs-template","react"],"created_at":"2024-12-19T22:34:32.920Z","updated_at":"2025-08-17T01:34:07.340Z","avatar_url":"https://github.com/jimmylee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## DEPRECATION NOTICE\n\nThis template is no longer up to date. For an updated template, either as a team or individually, we encourage you to explore our [latest template](https://github.com/internet-development/nextjs-sass-starter) produced by [INTDEV](https://internet.dev). Thank you for your interest in our work! \n\n# next-express-emotion\n\nMy boilerplate for creating a SSR ready web application with a server.\n\n#### Primary dependencies\n\n- [NextJS + Express Server](https://github.com/zeit/next.js/)\n- [Emotion CSS-in-JS](https://github.com/emotion-js/emotion)\n\n#### Jimmy, why on earth would I use this?\n\n- You love server side rendering.\n- You don't need a database, see [next-postgres](https://github.com/jimmylee/next-postgres) if you do.\n- You like my front-end code and want to see my technical choices in one place.\n- You need meta tag recommendations for SEO.\n- You need something you can extend because you write your own custom components and styles.\n\n#### Okay, why CSS-in-JS?\n\n- We use `css` as a prop so it still feels like [writing Vanilla CSS](https://github.com/jimmylee/next-express-emotion/blob/master/pages/index.js).\n- Auto-prefixing support, unless it is a quirk like hiding scrollbars on Firefox.\n- O(1) class name lookup like [Tachyons](https://tachyons.io/), except each class gets an unique string generated and you don't have to memorize their names.\n\n**Why not [insert another option]?**\n\nIf you are sincere and researched, I am happy to have a conversation. Please file an issue.\n\n## Setup\n\nMake sure NodeJS 10+ is installed. Then run:\n\n```sh\nnpm install\nnpm run dev\n```\n\nNow view localhost:8080 in your browser.\n\n## Deploy To Production\n\nI use these services for all of my work:\n\n- [Render](https://render.com/i/internet-gift-from-jim)\n- [Fleek](https://fleek.co)\n- [Vercel](https://vercel.com/)\n- [Heroku](https://heroku.com)\n\nThen on the service you can run:\n\n```sh\nnpm run build\nnpm run start\n```\n\n### Scripts\n\nIf you need to run node script without running the server, use this example to get started\n\n```sh\nnpm run script example\n```\n\n## Questions?\n\nTwitter: [@wwwjim](https://twitter.com/wwwjim).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmylee%2Fnext-express-emotion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimmylee%2Fnext-express-emotion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmylee%2Fnext-express-emotion/lists"}