Docs

Author

Kickstart js author's portfolio

Mardonbek Khamidov | Portfolio

Installation

You can install kickstart js from node package manager.

# How to install

1. install pachage from npm, npm package of Kickstart is CLI so you should install it as global package

$ npm install -g @xamidov_uz/kickstart

If you are using Linux maybe you should use sudo to install package because it is CLI and you should freely use it without command npm

$ sudo npm install -g @xamidov_uz/kickstart

It may take a while according to your internet and hardware

finally, verify kickstart installation

$ kickstart version

# Method 2 (unrecommended)

You can also clone repo from github and use it but with npm package it will be more better, because package installs node modules and kinda stuff for server and client

$ git clone https://github.com/silvante/kickstart_js

Use this command only if you are having problems with npm