fileapp-reactjs
fileapp-reactjs copied to clipboard
Create File Sharing Web App with ReactJs, Nodejs,Mongob from Scratch.
Videos tutorial: https://www.youtube.com/playlist?list=PLFaW_8zE4amOp3pOVCrGO-Ox--q4WShsQ
Installation
git clone https://github.com/tabvn/fileapp-reactjs.git fileapp
cd fileapp/api
npm install
Development
npm run dev
Start React App
cd app
npm start