Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Game Development with Phaser!
You have completed Game Development with Phaser!
Preview
Learn how we can use a service like Netlify to deploy our game for others to play as well as looking at what improvements can be made to our game.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
that we can share it with others.
0:00
But we're also going to talk about a few
improvements that can be made to our game.
0:00
Right now, we've been testing our
game using the Vite dev server.
0:05
This is great because it helps
test our game as we build it, but
0:09
it's not useful for
creating a final build of the game.
0:13
Luckily, Vite provides a script that can
prepare the game for its final build.
0:17
Let's take a look at
the package.json file.
0:22
We can see that there are three different
scripts in the script object on line
0:26
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up