Skip to content

thecobra159/typescript-styled-nextjs

Repository files navigation

A Next.js with TypeScript and Styled-Components

Getting started

Use create-next-app to use this project as boilerplate.

npx create-next-app <project-name> -e https://github.com/thecobra159/typescript-styled-nextjs

Running

Run the following commands inside the project folder:

1 - npm install or yarn

2 - npm dev or yarn dev to run local on port 5000

3 - npm start or yarn start to start server on port 80

Lint

Run the following commands inside the project folder:

1 - yarn lint to check eslint errors on project

2 - yarn fix to fix project with eslint rules

License

This project is licensed under the MIT License.


Created based on my experience and João Pedro's Repo.

About

Next.js Boilerplate with typescript and styled components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published