Installation

Crypo comes with SASS compiler and live-reload feature for development. If you want to use this you need Node.js install in your PC/Laptop

Check Node.js install or not. Open terminal and run below command

node -v

If you see a version come up then good! you install node.js successfully.

Next open terminal in your project folder and run below command

npm install

After, all package install complete run below command

npm start

Enjoy!

Last updated

Was this helpful?