Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 416 Bytes

Readable React-Readux Project

Installation

Install packages: npm install

Start Backend Server

Launch server: node backend/server Unless modified in backend/config.js server will use port 5001 For server details check backend/README.md

Steps To Run Frontend App

Since project was bootstraped with create-react-app hence following commands will suffice to run the app

  • npm install
  • npm start