A base template for a CLJS app that includes the following:
-
To get started, clone this repo and rename it by running:
git clone https://github.com/JordanSkousen/cljs-re-re-template <your project name>
-
Then, in your favorite editor, perform a Find and Replace In All Files for (replacing each with your project's name):
cljs-re-re-template
cljs_re_re_template
-
Also be sure to rename the folder
src\cljs_re_re_template
. -
Start the dev server with
yarn start
(don't forget to runyarn install
first!), and build it withyarn build
.
After that, you're on your own. Bye!