Skip to content

cunguyendev/nextjs-base-app

Repository files navigation

NextJS base app

This app created from NextJS

Author: Cu Nguyen <[email protected]>

Deployed to Vercel: https://nextjs-base-app.vercel.app/

Requirements

  • Node >=15.14.0 / npm >=7.7.6
    • Recommend installing with nvm
  • Yarn >=1.22.5(Optional)

Getting Started

Step by step to run this app in your local

Install packages

At your directory root, run:

npm/yarn install

Run server

npm/yarn dev

Open on web: http://localhost:5000 (this port fixed by me, you can custom it)

Build

npm/yarn run build

You can update the source structures to follow your patterns.

Note: Live-reload is supported