-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I clone and run this app, I just see
No users found
node v10.16.3
ubuntu 16.04
> [email protected] dev /node-react-project
> concurrently --kill-others-on-fail "npm run server" "npm run client"
[1]
[1] > [email protected] client /home/node-react-project
[1] > npm run start --prefix front
[1]
[0]
[0] > [email protected] 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] > [email protected] 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.
Metadata
Metadata
Assignees
Labels
No labels