Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 723 Bytes

File metadata and controls

28 lines (19 loc) · 723 Bytes

react-photolabs

The PhotoLabs project for the Web Development React course programming done by Jielog Liang.

Photolabs

home page image view other categorize

Setup

Install dependencies with npm install in each respective /frontend and /backend.

[Frontend] Running Webpack Development Server

cd frontend
npm start

[Backend] Running Backend Servier

Read backend/readme for further setup details.

cd backend
npm start