{"id":15043379,"url":"https://github.com/codementorio/nextjs-redux-starter","last_synced_at":"2025-04-05T17:08:00.518Z","repository":{"id":28443364,"uuid":"118112894","full_name":"CodementorIO/nextjs-redux-starter","owner":"CodementorIO","description":"Next.js + Redux + styled-components + Express = 😇","archived":false,"fork":false,"pushed_at":"2022-12-10T17:13:27.000Z","size":1925,"stargazers_count":375,"open_issues_count":25,"forks_count":100,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-05T17:07:56.136Z","etag":null,"topics":["express","nextjs","react","redux","ssr","starter-kit","styled-components"],"latest_commit_sha":null,"homepage":"https://nextjs-redux-starter.now.sh/","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/CodementorIO.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":"2018-01-19T10:40:03.000Z","updated_at":"2025-02-12T08:05:30.000Z","dependencies_parsed_at":"2023-01-14T08:49:50.529Z","dependency_job_id":null,"html_url":"https://github.com/CodementorIO/nextjs-redux-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodementorIO%2Fnextjs-redux-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodementorIO%2Fnextjs-redux-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodementorIO%2Fnextjs-redux-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodementorIO%2Fnextjs-redux-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodementorIO","download_url":"https://codeload.github.com/CodementorIO/nextjs-redux-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369952,"owners_count":20927928,"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":["express","nextjs","react","redux","ssr","starter-kit","styled-components"],"created_at":"2024-09-24T20:48:56.669Z","updated_at":"2025-04-05T17:08:00.499Z","avatar_url":"https://github.com/CodementorIO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js redux starter\nAn opinionated Next.js starter kit with Express, Redux Toolkit, styled-components, and react-testing-library.\n\n[![Build Status](https://travis-ci.org/CodementorIO/nextjs-redux-starter.svg?branch=master)](https://travis-ci.org/CodementorIO/nextjs-redux-starter)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Greenkeeper badge](https://badges.greenkeeper.io/CodementorIO/nextjs-redux-starter.svg)](https://greenkeeper.io/)\n\n## About\nNext.js is an awesome and minimalistic framework to make a modern universal react app. However, there're times that we need a bit more features to build a complex SPA. That's why this project is born.\n\n## Features\n- ▲ Based on latest [Next.js](https://github.com/zeit/next.js)\n- 🗄  State management with [redux-toolkit](https://github.com/reduxjs/redux-toolkit)\n- 💅 Styling with [styled-components](https://github.com/styled-components/styled-components)\n- 🐐 Unit testing with [react-testing-library](https://github.com/testing-library/react-testing-library)\n- 🛀 Linting staged changes on [pre-commit](https://github.com/pre-commit/pre-commit) with [standard](https://github.com/standard/standard)\n- ⛑ [react-helmet](https://github.com/nfl/react-helmet), [dotenv](https://github.com/motdotla/dotenv), and more...\n\n## Getting started\n```\ngit clone https://github.com/CodementorIO/nextjs-redux-starter my-project\ncd my-project\nyarn install\nyarn start\n```\n\nThen open `http://localhost:3100/` to see your app.\n\n### Deployment\nAfter `npm run build` finished, run\n\n```\nyarn serve\n```\n\nIf you prefer using `now`, just modify `now.json` config.\n\n## Structure overview\n```\n├── README.md\n├── next.config.js\n├── now.json\n├── package.json\n├── pages\n│   ├── _app.js\n│   ├── _document.js\n│   ├── about.js\n│   └── index.js\n├── public\n│   └── static\n├── server\n│   └── index.js\n├── src\n│   ├── components\n│   ├── config.js\n│   ├── features\n│   ├── libs\n│   ├── store.js\n│   ├── tests\n│   │   ├── components\n│   │   └── test-utils.js\n│   └── theme.js\n└── yarn.lock\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodementorio%2Fnextjs-redux-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodementorio%2Fnextjs-redux-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodementorio%2Fnextjs-redux-starter/lists"}