This is a demo website using Next.js, Redux and Radio Browser API.
- Clone this repository.
git clone https://github.com/UsuarioAvanzado/demo-radio.git
- Install node dependencies.
npm install
# or
yarn install
- If install success you can run dev server and open http://localhost:3000 in your browser.
npm run dev
# or
yarn dev
# or
npx next dev