Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 419 Bytes

Readable: A mini reddit like app to learn react

Usage

Install and start the API server

cd api-server
npm install
node server

In another terminal window start the react front-end

cd react-ui
npm install
npm start