Setup

Introduction

Please follow the below steps to install and match with prerequisites:

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Nodejs

    Cryptorex requires Node.js installed on your computer. Make sure the version of Node Js is greater than 12. Use the LTS Version for the Node Js.

  • Git

    You must have Git installed & running on your PC. Installation For setting up the admin theme, follow the below process.

Installation

To setup the admin theme, follow below-mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running on your computer

After you finished with the above steps, you can run the following commands into the terminal / command prompt from the root directory of the project to run the project locally or build for production use:

Command Description
npm install This would install all the required dependencies in the node_modules folder.
ng serve Runs the project locally, starts the development server and watches for any changes in your code. The development server is accessible at http://localhost:4200.
ng build Generates a /dist directory with all the development files.
Tips

SCSS: We suggest you do not change any scss files from the ../assets/scss/custom folders because getting new updates will break your SCSS changes if any you have made. We strongly suggest you create a new custom.scss file and use that instead of overwriting any theme's custom scss files.

© Chaton.
Crafted with by Themesdesign