A base template for a CLJS app that includes the following:
-
To get started, clone this repo and rename it by running:
git clone --dissociate 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-templatecljs_re_re_template
-
Also be sure to rename the folder
src\cljs_re_re_template. -
Install dependencies with
yarn install. -
Start the dev server with
yarn start, and build it withyarn build.
After that, you're on your own. Bye!