Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 2.33 KB

README.md

File metadata and controls

54 lines (44 loc) · 2.33 KB

Music Now

Ecommerce focused on sales of music products and their artists.

Try it out now at https://music-now.vercel.app/

About

Application with the objective of bringing concepts of login, registration, api, styled-components and in addition to having its own api, the main technologies used for the development were:

  • html
  • css
  • react
  • react-router-dom
  • styled-compents

By using this application, any user can make fictitious purchases and in turn receive a purchase confirmation email.

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

  1. Clone this repository
  2. Clone the back-end repository at https://github.com/ruineto-dev/api-music-now
  3. Follow instructions to run back-end at https://github.com/ruineto-dev/api-music-now
  4. Install dependencies
npm i
  1. Run the front-end with
npm run start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)