Skip to content

danielacb/course_wongames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the frontend part of the Advanced React Course project: a game e-commerce with NextJS, Strapi and GraphQL.

GitHub deployments

You can check the live project here

Getting Started

  1. Start the server

For the server, there is another project build with

Clone this repo and follow its intructions to tun it locally

  1. Install the dependencies
yarn install

Run the development server:

yarn dev

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

Commands

  • dev: runs your application on localhost:3000
  • build: creates the production build version
  • start: starts a simple server with the build production code
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components and pages
  • test:watch: runs jest in watch mode
  • storybook: runs storybook on localhost:6006
  • build-storybook: create the build version of storybook


Created using Next.js project bootstrapped with create-next-app.

About

Game e-commerce with NextJS, Strapi and GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published