Skip to content

vivianedias/minimal-frontend-boilerplate

Repository files navigation

Welcome to minimal-frontend-boilerplate 👋

Version Documentation Maintenance License: MIT

A minimal frontend template using Next.JS + Typescript

Install

yarn install

Usage

yarn run dev

Run tests

yarn test

Chosen tools

  • NextJS v13
  • Typescript v4
  • SWR to handle data fetching
  • ChakraUI to help building UI components
  • Git hooks support using Lint Staged and Husky
  • Testing setup using Jest with React Testing Library
  • Internacionalization setup using next-i18next
  • Continuous integration using Github Actions workflow that runs at every Pull Request
    • Has support for SonarCloud scan, just add your SONAR_TOKEN to Github Secrets

Author

👤 medusa.lab

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 medusa.lab.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator