Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 789 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 789 Bytes

MasterTattoo Landing Page

The original design on Dribbble can be found here.

This project was initialized using Create React App.

Getting Started

To set up and run this project locally:

  1. Clone the repository to your machine.

  2. Navigate to the project directory and run:

    npm install
  3. Start the development server:

    npm start

This will run the app in development mode. Simply open http://localhost:3000 on your browser to view it. During development, the page will auto-reload whenever you make changes. Keep an eye on the console for any lint errors.