Skip to content

What is the intended way of starting the examples server? #984

Answered by delucis
senritsu asked this question in Q&A
Discussion options

You must be logged in to vote

Hey! Here are the instructions from the main README:

Running examples in this repository

npm install
npm start

That both starts the front-end server and the game server as parallel processes. For reference, this is the actual command used to run just the server, but it’s less friendly looking 😆 :

"dev:server": "cross-env NODE_ENV=development nodemon -w src -w examples -e js,ts --exec babel-node --extensions \".ts,.js\" --ignore \"src/**/*.test.ts\" --presets @babel/preset-env examples/react-web/server.js",

Apart from that it was really comfortable to get everything running in VS Code using Dev containers. Has it been consid…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@senritsu
Comment options

@senritsu
Comment options

@delucis
Comment options

@delucis
Comment options

@senritsu
Comment options

Answer selected by delucis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants