Closed paulsancer closed 6 years ago
Adding Express backend barebone, moved react app to /client directory.
Webpack proxy will redirect requests to "/api..." to the backend server at port 5000.
5000
Run with:
$ yarn dev
@Bernabe-Felix @BernabeFelix please review, want to continue with firebase into a new branch
Adding Express backend barebone, moved react app to /client directory.
Webpack proxy will redirect requests to "/api..." to the backend server at port
5000
.Run with:
$ yarn dev