Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 364 Bytes

File metadata and controls

15 lines (12 loc) · 364 Bytes

reactjs-nodejs-crud-firebase-example

reactjs + nodejs crud firebase realtime database example

Installation

clone project https://github.com/idriscahyono/reactjs-nodejs-crud-firebase-example.git
run npm install in client folder & npm init in server folder

Run Project

run npm run dev in server folder
run npm start in client folder