项目作者: talentedev

项目描述 :
Next Image Gallery built on SCSS, Next.JS, React-Redux
高级语言: JavaScript
项目地址: git://github.com/talentedev/next-image-gallery-frontend.git
创建时间: 2021-08-13T14:03:13Z
项目社区:https://github.com/talentedev/next-image-gallery-frontend

开源协议:

下载


Image Gallery Project (Font-End)

Image Gallery project of Next and Redux (Front End)

Prerequisite

  • Node JS : v12.19.0
  • NPM : 6.14.8

Commands

Instalation (First Time Only)

  1. npm install

Run on Development

  1. npm run dev

Apps will run on port 20203

Build and Run on Production

  1. npm run build && npm run start

REDUX Access

Using react-redux for packaging, you are free to use your favorite redux middleware, just add it according to the documentation below.

Middlewares
Setup your custom middleware on ./redux/store

Dependencies