Frontend part (ReactJS)
Go on official Node.js website and download the installer.
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.14.0
$ npm --version
9.3.1
If you need to update npm
, you can run this command.
$ npm install npm -g
git clone https://github.com/fajarriv/RISTEK-OpRec-Frontend.git
cd RISTEK-OpRec-Frontend
Use npm
to install the dependency
npm install
Make sure your localhost port number 3000
is available.
To start the app run this command.
npm run start
Wait until your browser popup