Technologies | Project | Layout | License
This project was developed with the following technologies:
Podcastr is an application developed with ReactJS + TypeScript + NextJS on NLW 5 from Rocketseat, for you to listen your favorite podcast.
In the links below you will find the layout of the web project.
First, install all dependencies:
npm install
# or
yarn install
Now install globally json-server on your system
npm install -g json-server
# or
yarn global add json-server
Run server
npm run server
# or
yarn server
Run application
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
This project is under the MIT license. See the file LICENSE for more details.