/next-redux-starter

A opinionated pre-configured React project to start more faster new projects. Based on course's boilerplate (React Avançado com next e outras tecnologias).

Primary LanguageTypeScript

Next Redux Starter

This template alows you to start a project with less initial configuration

Overview

  • Structure based on BDD
  • supported with Eslint, Prettier and automated test for to ensure better security
  • You can generate components using plop

Built with

  • React with hooks
  • NextJS
  • Styled-components
  • Typescript

How to run this project

  1. you can fork this repo and using as template for start you projects
  2. clone the repo from the Github repository
  3. run the following commands from the project root directory (pleae use yarn instead of npm)

yarn install

yarn dev

Author


⬆ Back to the Top