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!馃殌