Follow the next steps in order to run the application:
-
Add an
.envfile in theclientfolder with the key-valueSKIP_PREFLIGHT_CHECK=true. Otherwise, the React won't build. -
Download and install MongoDB from https://www.mongodb.com/download-center/community
-
Add your
<mongodb installation dir>/binto the PATH environment variable. For exampleC:\Program Files\MongoDB\Server\4.0\bin. -
In order to run the finished application, go to the
clientfolder, and executeyarn run buildinside theclientfolder. Otherwise, executeyarn start. -
Run
mongodandyarn run devin different consoles. -
Navigate to http://localhost:9000/ if you're running the finished application. Other wise go to http://localhost:3000/.