A social network PWA
- Install the dependencies in both projects by running
npm install
in each subdirectory. - Launch each project by running
npm start
in each subdirectory - Navigate to http://localhost:3000
The backend is using json-server to host a simple web server on port 3001. The frontend bundling is done by create-react-app and served on localhost:3000, which in turn proxies api calls to localhost:3001.