We would like to thank you for purchasing Hyper :). The following guideline will help you to get started with the hyper and its documentation.
The docs
directory contains all the static resources required for docs and examples. To view, just open in your favorite browser!
$ open docs/index.html
Once you open the documentation. Just click on Getting Started
link from left, this would open up the page (docs/getting-started.html
) containing instructions to get started with setup. Optionally, you can review quick setup guide described below.
We've included Gulp file (gulpfile.js) to help you get started with the theme and build automation. You'll need to install Node.js and Gulp before using our included gulpfile.js. Note that the detailed instructions are available in docs/index.html
too.
To install Node visit https://nodejs.org/download.
To install gulp, run the following command:
$ npm install gulp -g
When you're done, install the rest of the theme's dependencies:
$ yarn install
From here on out, simply run gulp
from your terminal and you're good to go!
- Recompile and minifies theme assets into
dist
directory and starts the local server serving the theme.
$ gulp
- recompile and build minifies theme assets into
dist
folder.
$ gulp build
- Please take a look at the
docs/upgrade.html
- How to upgrade section.
In order to get design files (PSDs and Sketch files) of the template, Webpack
, Angular
or Django
(minimal – having layouts and all basic UI elements covered in it) integrated versions, please contact us at support@coderthemes.com
. These are provided as complimentary with Hyper.
The react version of Hyper is available as well. Please visit https://themes.getbootstrap.com/product/hyper-react-admin-dashboard-template/.
If you experience any problems with the above instruction, or if you think you've found a bug with the theme - please don't hesitate to reach out to support@coderthemes.com.