Skip to content

tungulin/next-example-app

Repository files navigation


Next example app (App Router)

About The Project

The project is presented as an example of NextJs capabilities and its rendering methods:

  1. SSR.
  2. SSG. (soon)
  3. CSR. (soon)

Running frontend locally:

  1. To work with the database, you need to specify env. Create .env file. Paste the required variables there:
DB_HOST= "your host"
DB_USER= "your user"
DB_PASS= "your password"
DB_NAME= "your db name"
  1. Install all dependencies:
yarn
  1. Initialize the database and write test movie data into it:
yarn db:init 
  1. Run project:
yarn dev

About

Example of a NextJS project using all its advantages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published