Socket
Socket
Sign inDemoInstall

phaser3-project-template

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phaser3-project-template - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

package.json
{
"name": "phaser3-project-template",
"version": "1.0.7",
"version": "1.0.8",
"description": "A Phaser 3 Project Template",

@@ -8,3 +8,3 @@ "main": "src/index.js",

"build": "webpack",
"start": "webpack-dev-server"
"start": "npm run build && live-server --port=8000"
},

@@ -11,0 +11,0 @@ "repository": {

@@ -5,4 +5,14 @@ # Phaser 3 Webpack Project Template

## How to run:
### Requirements
`npm run build`
We need [Node.js](https://nodejs.org) to install and run scripts.
## Install and run
Run next commands in your terminal:
| Command | Description |
|---------|-------------|
| `npm install` | Install dependencies and launch browser with examples.|
| `npm start` | Launch browser to show the examples. <br> Press `Ctrl + c` to kill **http-server** process. |
=======
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc