This template alows you to start a project with less initial configuration
- Structure based on BDD
- supported with Eslint, Prettier and automated test for to ensure better security
- You can generate components using plop
- React with hooks
- NextJS
- Material UI v4
- Typescript
- you can fork this repo and using as template for start you projects
- clone the repo from the Github repository
- run the following commands from the project root directory (please use yarn instead of npm)
yarn install
yarn server
yarn dev