- Node.js: Version 16 or higher.
- make: A build automation tool. (Comes pre-installed on macOS. Windows users may need to install it separately)
-
Open Shell: Open your command line interface and navigate to the folder containing the source code
cd my-app. -
Install dependencies: Run
make installin your shell. This will install the required dependencies. -
Run the Application: Execute
make app. This will start the application. -
Access the Application: Open your web browser and go to http://localhost:3000.