Getting Started
Getting Started
Note: we recomonded you to please make your one own css file & one js files and add that in your page, so whenever the update of Severny admin comes it does not affect your code.
If you are using css then no need to follow below steps. Just go to the index.html and open that file in to the browser for desire output.
If you are using scss and package managing then we have compilation tool (gulp) for that please follow the below steps.
-
Install Node.js From https://nodejs.org/en/download/
-
After that open command promt or any other terminal and go to Package Path.
-
Npm is a default package manager for the JavaScript runtime environment Node.js. If you've already then update once.
npm install --global npm@latest
To check weather is node succesfully install or not.
npm --version
-
Gulp is a cross-platform, streaming task runner that lets developers automate many development tasks. To install gulp globally has inclue:
npm install --global gulp-cli
If you have previously installed gulp then remove it.
npm rm --global gulp
To check weather is gulp succesfully install or not.
gulp --version
-
Below Command will execute all the assets(js,css) to the dist folder separately.
gulp