Starter template for Next.js with TypeScript and styled-components.
Run the following command to create a new project:
yarn create next-app my-app -e https://github.com/Arsh1a/next-typescript-styledcomponents-starter
# or
npx create-next-app my-app -e https://github.com/Arsh1a/next-typescript-styledcomponents-starter
Once the project and dependencies are finished installing, you can navigate to that directory and start up the development server with:
yarn dev
# or
npm run dev
Open http://localhost:3000 with your browser to see your new project!
This Starter includes TypeScript and styled-components.
The rest of the starter is based off of the Next.js default starter.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!