Demo: https://css-hero-2.netlify.app
Beat the game by entering correct CSS selectors. Fun for the whole family!
A clone of CSS Diner.
Clone repository or download the zip archive.
There are two ways to tun the app. Open https://localhost:8080
to see the app running in dev mode.
yarn run start
If cross-env
package is not found, simply run yarn
and try again.
docker-compose up --build
To run the compiled app build:
npm install --global http-server
- install http-server globally (unless you have it already);yarn run build
;yarn run serve
;
Check the app running on http://localhost:8080
in your browser.
If cross-env
package is not found, simply run yarn
and try again.