Client for Resume project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, make sure your development environment includes Node.js
and npm
.
And please make sure the server side is already running (https://github.com/atrastudhi/resume-service)
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Install the required dependencies with
npm install
.
$ git clone https://github.com/your-username/project-name.git
$ cd project-name
$ npm install
To start the development server and view the app:
npm run start
Open http://localhost:3000 to view it in the browser.
This project is licensed under the MIT License. You can copy and paste this into your README.md file.