https://github.com/victorcmarinho/landing-page-react-avancado
https://github.com/victorcmarinho/landing-page-react-avancado
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victorcmarinho/landing-page-react-avancado
- Owner: victorcmarinho
- Created: 2021-03-28T05:08:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T05:15:20.000Z (over 4 years ago)
- Last Synced: 2025-01-09T09:27:46.049Z (9 months ago)
- Language: TypeScript
- Size: 666 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lading Page Project
# 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/](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
```bash
$ yarn dev
```Runs next build which builds the application for production usage
```bash
$ yarn build
```Runs next start which starts a Next.js production server
```bash
$ yarn start
```Runs next build and export which exports a files in a `out` folder to deploy
```bash
$ yarn deploy
```