Skip to content

mdfaizulislam/Simple-Games-Using-PixiJS

Repository files navigation

Instant HTML5 App using PixiJS, Typescript, Webpack and NPM

Instructions to run PixiJS instant HTML5 game:

  1. install node v14.17.3

  2. clone https://github.com/mdfaizulislam/Simple-Games-Using-PixiJS.git repo

  3. open terminal and go to project directory

  4. install all npm packages by hitting following in terminal

    npm install

  5. now enter following command in terminal to start project running locally

    npm start

  6. after doing step 6, one will notice the following similar message in terminal

    [webpack-dev-server] Project is running at: [webpack-dev-server] Loopback: http://localhost:1234/ [webpack-dev-server] On Your Network (IPv4): http://10.0.0.100:1234/ [webpack-dev-server] On Your Network (IPv6): http://[fe80::1]:1234/

  7. open IPv4 address on your mobile or computer web browser to enjoy instant game