To initialize the project, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/kaho1910/npa-project-frontend
- Access the project folder by navigating into the cloned repository:
cd npa-project-frontend
- Install the dependencies required for the project by running the following command:
npm install
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.