Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.14 KB

Readme.md

File metadata and controls

61 lines (32 loc) · 1.14 KB

podcastr

Badge

🎧 About the project

🌟 This project is a single podcast where the latest podcast releases have been released and all episodes. People can hear them inside this website.

🛠 Technology

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

  • [Next.js][nextjs]
  • [React][reactjs]
  • [TypeScript][typescript]

🚀How to run the project

Prerequisites

an editor to work with the code like [VSCode] [vscode]

🎲 Running the server

Clone this repository

$ git clone https://github.com/erikaperciliano/podcastrNext

Access the project folder in the terminal

$ cd podcastrNext

Install the dependencies

$ yearn install

Run the application

$ yarn run server

The server will start at the port: 3333 - go to http: // localhost: 3333

🧭 Running the web application (Front End)

Build the project

$ yarn build

Run the application

$ yarn run dev

####Access localhost in the browser: $ http://localhost:3000/

🚀 🚧

📝 License

Project done during Rocketseat's Next Level Week # 5!🚀