/boilerplate

[DEPRECATED]🔧 A boilerplate using NextJS, Typescript and Styled Components

Primary LanguageTypeScript

About

This is a Next.js boilerplate bootstrapped with create-next-app.

Getting Started

In the project directory, you can run:

# To install all dependencies
npm install
# or
yarn install

And run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.