- Node.js & npm
- Download Node.js from https://nodejs.org/en/download/ and install it on your system. NPM comes bundled with Node.js
- Now check the version if everything is installed nicely open the
command prompt
and runnode -v
npm -v
if you get any number then everything is just fine.
There are two versions of Futo available, one with Strapi CMS and another without Strapi, just like the Static Angular Version. If you decided to work with the Static version without Strapi, you don’t need to go below options. Make sure of the above option, and we will talk about that in the installation area.
- Cloudinary
- Go to Cloudinary and create an account.
- PostgreSQL
- Download and install PostgreSQL with PGAdmin.