Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A boilerplate of Server Side Rendering using Next + TypeScript + React + Redux + Recompose + styled-components etc..
Next Redux Typescript Starter is an open-source boilerplate that produces a server-side-rendered React application using Next.js, TypeScript, Redux, emotion, and Jest, ready to deploy through ZEIT Now.
Next Redux Typescript Starter is a GitHub boilerplate by locol23 that combines Next.js server-side rendering with TypeScript, Redux, emotion, and Jest. It takes a fresh React project and gives you a configured SSR setup with state management, styling, and test tooling, plus a deployment path through now. The repository description also mentions Recompose and styled-components, though the README's library list names emotion as the styling solution.
yarn dev and production output deploys via yarn deploy.now library is listed, and yarn deploy triggers deployment to ZEIT Now (now Vercel).yarn after cloning, with three commands: yarn dev for development and yarn deploy for production.yarn, then yarn dev to get a server-rendered Next.js app with TypeScript, Redux, and emotion on localhost.yarn deploy to push the production build to ZEIT Now's platform without extra configuration.The workflow is command-line based. After cloning the repository, you install dependencies with yarn, then start the development server with yarn dev. For production, run yarn deploy to build and deploy the SSR application through now.
Next Redux Typescript Starter is free and open source, released under the MIT license as shown by the license badge on the repository.
Yes, it is free and open source under the MIT license, so you can use, modify, and distribute it in commercial projects.
The README lists Next.js, React, Redux, emotion, Jest, TypeScript, and now. The repository description additionally mentions Recompose and styled-components.
After cloning and running yarn to install dependencies, use yarn dev to start the development environment.
Run yarn deploy, which uses the now library to build and deploy the Next.js app to ZEIT Now (now Vercel).
Yes, Jest is listed among the libraries, so the starter includes test tooling for unit and component testing.
