Example RAWG Video Games Database API nextjs app with SSG and SSR
- Creating an optimized production build
npm run build
# or
yarn build
- 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.