tadeuqc / githoogle

A fancy poc project to test Reactj Hooks, Redux, NextJs and a lot more

Home Page:https://githoogle.tadeuqc.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

githoogle

A fancy poc project to test Reactj Hooks, Redux, NextJs, Thunk, Styled Components, Material-ui and a lot more

Live version here: https://githoogle.tadeuqc.now.sh/

Setup

  • Clone the repository with git by running the following command:
  git clone git@github.com:tadeuqc/githoogle.git
  • Install the dependencies with Yarn ...or Npm. I'll be using Yarn on this README file.
  cd githoogle
  yarn install
  • Run development server with your preferred package manager
 yarn dev

Run production version locally

  • Run build script with your preferred package manager
 yarn build
  • Comment the content of the next.config.js file the file content must look like this:
 //module.exports = {
 //	target: 'serverless'
 //};
  • Run start script. You can also set the port you want by running the command below with "PORT=[the port you want]" for example. The server runs on port 3000 by default
yarn start

Run production version on NOW

  • Run build script with your preferred package manager
 yarn build
  • This project is configured to fast deploy production version into a Zeit's NOW serverless environment by default. You can deploy it by running the now command on the projects directory:
 now

About

A fancy poc project to test Reactj Hooks, Redux, NextJs and a lot more

https://githoogle.tadeuqc.now.sh

License:MIT License


Languages

Language:JavaScript 100.0%