RusseII / dh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After downloading the file from themeforest, You will find SuperProps.zip file.Then unzip the SuperProps.zip and run the following commands , If you want to run these template on Next Js server , then

  1. 'yarn' on SuperProps folder.
  2. 'yarn web' SuperProps folder. Then , please go to address localhost:3000 on your browser and You will find agency landing page. Similarly , If you want to Build these template on Next Js server , then
  3. 'yarn' on SuperProps folder.
  4. 'yarn landing-build' on SuperProps folder. 3.'yarn landing-start' on SuperProps folder.

If you want to run these template on Gatsby Js server , then

  1. 'yarn' on SuperProps folder.
  2. 'yarn gatsby-dev' SuperProps folder. Then , please go to address localhost:8000 on your browser and You will find agency landing page. Similarly , If you want to Build these template on Gatsby Js server , then
  3. 'yarn' on SuperProps folder.
  4. 'yarn gatsby-build' on SuperProps folder. 3.'yarn gatsby-serve' on SuperProps folder.

To run the SuperProps Next.js app in docker

  • docker build -t superprops/landing-next -f ./packages/landing/Dockerfile .
  • docker run -it -p 3000:3000 superprops/landing-next:latest
  • Open http://localhost:3000

To run the SuperProps Gatsby.js app in docker

  • yarn gatsby-build
  • docker build -t superprops/landing-gatsby -f ./packages/landing-gatsby/Dockerfile .
  • docker run -it -p 8080:8080 superprops/landing-gatsby:latest
  • open http://localhost:8080

About


Languages

Language:JavaScript 96.3%Language:CSS 3.6%Language:Dockerfile 0.1%