Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 364 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 364 Bytes

Action-Hangman

Get started

Install the dependencies...

npm install

...then start Parcel:

npm run dev

The app will open in your default browser

Building and running in production mode

To create an optimised version of the app:

npm run build

This builds your app into the dist folder