/landingPage

Primary LanguageTypeScript

Simple NextJS Quick Start

A simple project starter to work with React, NextJS and Styled Components

You can see the example in https://nextjs-quickstart.now.sh/

📦 Install

$ git clone git@github.com:alexarruda/landingPage.git

$ yarn

🔨 How to use

Runs next which starts Next.js in development mode

$ yarn dev

Runs next build which builds the application for production usage

$ yarn build

Runs next start which starts a Next.js production server

$ yarn start

Runs next build and export which exports a files in a out folder to deploy

$ yarn deploy