Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to run app.js ( node.js ) at the same time ? #96

Open
mickae1 opened this issue Aug 30, 2015 · 1 comment
Open

Impossible to run app.js ( node.js ) at the same time ? #96

mickae1 opened this issue Aug 30, 2015 · 1 comment

Comments

@mickae1
Copy link

mickae1 commented Aug 30, 2015

Is it possible to run your application node.js with beefy ?

I have in the package.json :

"scripts": {
    "start": "beefy game.js:bundle.js --live"
},

and i run it with npm start.

but how can i run node.js app ?

@mattstyles
Copy link

You'll probably want to start it in a separate shell, certainly if you are logging anything which in dev you probably will be.

You can run it in the background if you like, but logs will get muddled in together unless one or both are silent in the console

npm start & node mywonderfulapp.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants