/typescript-styled-nextjs

Next.js Boilerplate with typescript and styled components

Primary LanguageTypeScriptMIT LicenseMIT

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.