⚡️ A TypeScript starter for Next.js that includes all you need to build amazing projects
A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥
@prefix
The best way to start with this template is using
create-next-app.
npx create-next-app ts-next -e https://github.com/jpedroschmitz/typescript-nextjs-starter
If you prefer you can clone this repository and run the following commands inside the project folder:
npm installor
yarn;
yarn 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.
After your pull request is merged, you can safely delete your branch.
This project is licensed under the MIT License - see the LICENSE.md file for more information.
Made with ♥ by João Pedro Schmitz