A Better template with NextJs with technologies to improve development.
View Demo Β· Report Bug Β· Request Feature
Table of Contents
The following tools were used in building the project:
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation.
β¬οΈ Start Storybook
# With npm
npm run storybook
# With yarn
yarn storybook
# With pnpm
pnpm storybook
β¬οΈ Build Storybook
# With npm
npm run build-storybook
# With yarn
yarn build-storybook
# With pnpm
pnpm build-storybook
Codecov provides metrics and insights into the results of tests through code coverage reports. Coverage reports are used to determine which lines of code were tested and which lines were not tested, which may contain bugs and syntax errors.
To clone and run this application, you'll need Git and NodeJs (which comes with npm) installed on your computer.
- Clone the repository.
git clone https://github.com/GabrielGuedess/NextJs-Boilerplate
- Go into the repository
cd NextJs-Boilerplate
- Install dependencies.
# With npm
npm i
# With yarn
yarn
# With pnpm
pnpm i
- Start project.
# With npm
npm run dev
# With yarn
yarn dev
# With pnpm
pnpm dev
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
- Cypress
- Add
CYPRESS_PROJECT_ID
to Github. - Add
CYPRESS_RECORD_KEY
to Github.
- Add
- Chromatic
- Add
CHROMATIC_PROJECT_TOKEN
to Github.
- Add
- Lighthouse
- Add
LIGHTHOUSE_BADGER_TOKEN
to Github.
- Add
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Distributed under the MIT License. See MIT license for more information.
Gabriel Guedes - @GabrielRGuedess - gabrielrguedess@gmail.com
Project Link: https://nextjs-boilerplate-gabrielguedess.vercel.app
Made with β₯ by π¨βπ Gabriel Guedes π Get in touch!