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/
- Clone the repository with git by running the following command:
git clone git@github.com:tadeuqc/githoogle.git
cd githoogle
yarn install
- Run development server with your preferred package manager
yarn dev
- 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 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