Skip to content

A template I created to kickstart the CLJS project creation process

Notifications You must be signed in to change notification settings

JordanSkousen/cljs-re-re-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cljs-re-re-template

A base template for a CLJS app that includes the following:

Get started

  1. 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>

  2. 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
  3. Also be sure to rename the folder src\cljs_re_re_template.

  4. Install dependencies with yarn install.

  5. Start the dev server with yarn start, and build it with yarn build.

After that, you're on your own. Bye!

About

A template I created to kickstart the CLJS project creation process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published