Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saabbir/hangman-game

A vanilla JavaScript Hangman game. Demo Link: https://saabbir.github.io/hangman-game/
https://github.com/saabbir/hangman-game

babel hangman-game javascript vanilla-javascript webpack

Last synced: 1 day ago
JSON representation

A vanilla JavaScript Hangman game. Demo Link: https://saabbir.github.io/hangman-game/

Awesome Lists containing this project

README

        

# Hangman Game

A vanilla JavaScript Hangman game

Demo can be seen in here - https://saabbir.github.io/hangman-game/

## Features

- Uses vanilla JavaScript
- Uses Webpack for automation

## Getting Started

Clone this repo:

```sh
git clone https://github.com/Saabbir/hangman-game.git
```

The project is based on [Node.js](https://nodejs.org/en/). To install the necessary packages, run this command in the root folder of the site:

```sh
npm install
```

### After Installation

- Run `npm run dev` from root folder for a development server and live reloading
- Run `npm run build` from root folder for production build

## Dependencies

This project uses a number of open source projects for the production build:

- [@babel/polyfill](https://ghub.io/@babel/polyfill)

## Dev Dependencies

This project uses a number of open source projects for the development build:

- [@babel/cli](https://ghub.io/@babel/cli)
- [@babel/core](https://ghub.io/@babel/core)
- [@babel/preset-env](https://ghub.io/@babel/preset-env)
- [babel-loader](https://ghub.io/babel-loader)
- [webpack](https://ghub.io/webpack)
- [webpack-cli](https://ghub.io/webpack-cli)
- [webpack-dev-server](https://ghub.io/webpack-dev-server)