Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 2.22 KB

EXAMPLE.md

File metadata and controls

79 lines (59 loc) · 2.22 KB

next_ts_template

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests



This is a NextJS template made with linters and patterns.


💻 Prerequisites

  • Install LTS Node version.

🛠 Tools used

  • Typescript
  • Nextjs
  • Axios
  • Cypress
  • Jest
  • Linters

🚀 Installing next_ts_template

To use, follow the steps:

- git clone https://github.com/rodrigorvsn/next_ts_template.git
- yarn || npm install
- Create your database (schema.sql)
- Optional -> You can use docker-compose up
- yarn dev in /server and /app

- yarn prisma db seed

📫 Contribuiting with next_ts_template

To contribue with next_ts_template, follow the steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <name_branch>.
  3. Make the changes and confirm: git commit -m '<message_commit>'
  4. Send to original repository: git push origin <main_branch> / <local>
  5. Send the pull request.

Alternatively, see the GitHub documentation at how to create a pull request.


🤝 Contributors

Made with ❤️ by:

Foto do Rodrigo Victor no GitHub
Rodrigo Victor