This repo is part hands-on meetup at Fullstack Developers Israel, you should also check the presentation
master
- your starting point for implementation, include implemented discovery and frontend-service.dev
- our naive solution.wireframe
- basic wireframe of the packages.frontend
- dedicate to frontend development.
- Install all package dependencies:
cd client-api
npm i
cd ..
cd service-scraper
npm i
cd ..
cd service-api
npm i
cd ..
cd service-frontend
npm i
cd ..
- Run
npm start
- Open http://localhost:9000/ to view the pm2-web client.
- Open http://localhost:8080/ for viewing the frontend.
Due to a bug in npm you need to manually delete local packages and then install again.
A proper way would be to keep every package in its own repo.