Skip to content

micschwarz/action-hangman

Repository files navigation

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