Template boilerplate for EDJE Sass framework.
Available templates are:
- HTML
- WordPress (comes with full WP installation)
- WooCommerce (comes with full WP installation)
Visit our WIKI for full documentation.
-
Install Node JS.
-
Run the command
npm install -g yo
thennpm install -g generator-edje
. -
If you are on Windows, add
NODE_PATH
to your System Variable, set it to thenpm
directory. By default it should be inC:/Users/yourname/AppData/Roaming/npm/node_modules
-
Test whether it's successfully installed by running the command
yo
. If not found, try restarting your PC and double-check yourNODE_PATH
.
- Create your project directory.
- Open terminal in that directory (Read below for guide).
- Type in
yo edje
and select the template you need. - Done! All the files are now in your project directory.
The Sass files in our template are compiled using Edje, a lightweight framework.
Windows: Go inside that directory and type "cmd" in the Address bar.
Mac: System Preferences > Keyboard > Shortcuts > Services. Find "New Terminal at Folder" and tick the box. Now whenever you right-click a directory, it will have that option.