To initialize the project, follow these steps:

  1. Clone the repository to your local machine using the following command: git clone https://github.com/kaho1910/npa-project-frontend
  2. Access the project folder by navigating into the cloned repository: cd npa-project-frontend
  3. Install the dependencies required for the project by running the following command: npm install

Power On

Once the initialization is complete, you can power on the project with the following command: npm start The project will be compiled and a development server will be started. You can access the project in your browser by opening http://localhost:3000. Power Off To stop the project, use the keyboard shortcut Ctrl + C in the command line interface where the project is running. Please feel free to use this text in your README.md file.