Forked from:
https://github.com/suot/linkup-frontend
Deploy the application servers locally
1: Frontend server: clone source code to a local repository, install modules, and launch the frontend server in browser at "http://localhost:3000" by default
Git clone https://github.com/suot/linkup-frontend.git
npm install
npm start