E
E
execto2019-01-28 10:17:37
JavaScript
execto, 2019-01-28 10:17:37

How to set up an instant launch for project demonstration?

Good afternoon.
I'm learning JS, and slowly sawing small projects, now I've made a simple tag game.
The project is being built via Webpack, and the question arose of how to quickly get it up and running.
Well, that is, let's say that the future employer could, for example, launch the game in 2 console commands and poke, look.
Now everything is done on the client side, without a server.
Please tell me which way to dig.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Okhotnikov, 2019-01-28
@tsepen

For such cases, it is convenient to use docker , in one command it will be possible to launch the project, but first you need to install docker

A
Alexander, 2019-01-28
@NeiroNx

I think it is necessary to build an exe + the script itself in python to launch SimpleHTTPServer,
which will take files from a folder and open a browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question