Skip to content

ahmedrsaeed/react-tic-tac-toe-demo-using-reframe

Repository files navigation

Tic Tac Toe

This tiny application is meant to recreate Tic Tac Toe from react demo using re-frame

All the code is in one namespace: /src/simple/core.cljs.

Run It And Change It

Steps:

  1. Check out this repo
  2. Get a command line
  3. cd to the root of this sub project (where this README exists)
  4. run "lein do clean, figwheel" to compile the app and start up figwheel hot-reloading,
  5. open http://localhost:3449/example.html to see the app

While step 4 is running, any changes you make to the ClojureScript source files (in src) will be re-compiled and reflected in the running page immediately.

Production Version

Run "lein do clean, with-profile prod compile" to compile an optimised version, and then open resources/public/example.html in a browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published