GustavoJobstraibizer / landing-page

This repository was created to "React Avançado" course Landing page. it was made with Nextjs using SSG mode, consuming an api graphql made with Strapi to build The page.

Home Page:https://reactavancado-app.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 https://github.com/guilouro/simple-nextjs-quick-start.git

$ yarn install

🔨 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

About

This repository was created to "React Avançado" course Landing page. it was made with Nextjs using SSG mode, consuming an api graphql made with Strapi to build The page.

https://reactavancado-app.netlify.app/


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%