Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 364 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 364 Bytes

Simon Say's with Alpine.js

This is a little game demo done with Alpine.js.

Run Locally

Clone the project

  git clone https://github.com/npostulart/alpine-simon.git

Go to the project directory

  cd alpine-simon

Install dependencies

  npm install

Start the server

  npm run dev