/My-rawg

Primary LanguageJavaScript

Example RAWG Video Games Database API nextjs app with SSG and SSR

Getting Started

  1. Creating an optimized production build
npm run build
# or
yarn build
  1. Run the production server:
npm run start
# or
yarn start

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.