1.0.1 • Published 2 years ago

@cloudmlm/cms-theme v1.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

BOSS CMS Theme

Instructions

  1. Run npm install to install the required packages
  2. Run gulp to build the assets
  3. The resulting files are located in the build directory

More Deails

EJS is used purely as a tool to split the header and footer files out during development. If you want to view the header and footer alone without the other pages, you can find those files under /templates/inc

Advice for converting to react

I try to use as little external libraries as possible that way, it is relatively easier to port the scripts over to a more react style. That being said, the biggest violation of this rule is an animation library I used called AnimeJS. I found a react component that could possibly help with alleviating the pains of migrating. (https://www.npmjs.com/package/react-animejs)