You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> node-react-project@1.0.0 dev /node-react-project
> concurrently --kill-others-on-fail "npm run server" "npm run client"
[1]
[1] > node-react-project@1.0.0 client /home/node-react-project
[1] > npm run start --prefix front
[1]
[0]
[0] > node-react-project@1.0.0 server /home/node-react-project
[0] > nodemon index.js
[0]
[0] [nodemon] 2.0.2
[0] [nodemon] to restart at any time, enter `rs`
[0] [nodemon] watching dir(s): *.*
[0] [nodemon] watching extensions: js,mjs,json
[0] [nodemon] starting `node index.js`
[1]
[1] > front@0.1.0 start /home/node-react-project/front
[1] > react-scripts start
[1]
[0] app running on port 5000
[1] [HPM] Proxy created: / -> http://localhost:5000
[1] ℹ 「wds」: Project is running at http://192.168.2.217/
[1] ℹ 「wds」: webpack output is served from
[1] ℹ 「wds」: Content not from webpack is served from /home/node-react-project/front/public
[1] ℹ 「wds」: 404s will fallback to /
[1] Starting the development server...
[1]
[1] Browserslist: caniuse-lite is outdated. Please run the following command: `yarn upgrade`
[1] Compiled successfully!
[1]
[1] You can now view front in the browser.
[1]
[1] Local: http://localhost:3000
[1] On Your Network: http://192.168.2.217:3000
[1]
[1] Note that the development build is not optimized.
[1] To create a production build, use yarn build.
The text was updated successfully, but these errors were encountered:
When I clone and run this app, I just see
No users found
node v10.16.3
ubuntu 16.04
The text was updated successfully, but these errors were encountered: