Skip to content

NextJS with Typescript Boilerplate for the Cacto Feature projects.

License

Notifications You must be signed in to change notification settings

CactoFeature/boilerplate-cacto

Repository files navigation

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
  • Material UI v4
  • 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 (please use yarn instead of npm)

yarn install

yarn server

yarn dev


⬆ Back to the Top