For development, you will only need Node.js and a node global package, installed in your environement.
Also, be sure to have git
available in your PATH, npm
might need it (You can find git here).
If the installation was successful, you should be able to run the following command.
$ node --version
v18.17.0
$ npm --version
9.1.2
If you need to update npm
, you can make it using npm
! Cool right? After running the following command, just open again the command line and be happy.
$ npm install npm -g
$ git clone https://github.com/dawa-ai/erp_green.git
$ cd erp_green
$ npm install
$ npm start
Application would be running live on http://localhost:4800/