Skip to content

Instantly share code, notes, and snippets.

@Tharlys10
Last active November 18, 2021 14:05
Show Gist options
  • Save Tharlys10/96ada70efc50c3a77e87fad56858001a to your computer and use it in GitHub Desktop.
Save Tharlys10/96ada70efc50c3a77e87fad56858001a to your computer and use it in GitHub Desktop.
started project Next JS
# Create project
yarn create next-app <project-name>
# Add TypeScript
yarn add typescript @types/react @types/node -D
# Add lib style
yarn add sass || yarn add styled-components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment