A Next.js 13 template for building amazing projects 🔥
TypeScript
5.2.2Next.js
13.4 and React.js
App directorynpx create-next-app -e https://github.com/vagnermaltauro/template-nextjs13
If you prefer you can clone this repository and run the following commands inside the project folder:
pnpm install
;pnpm dev
;To view the project open http://localhost:3000
.
git checkout -b my-new-feature
;git commit -m 'Add some feature'
;git push origin my-new-feature
.Made with ♥ by Vagner Maltauro