ahamed / radiofm

Home Page:radiofm.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Radio FM

Radio FM is an FM Radio application built with React JS.

Demo

https://radiofm.vercel.app

Installation

  1. Clone the repository, git clone git@github.com:ahamed/radiofm.git
  2. Navigate to the project directory, cd radiofm
  3. Install the dependencies, yarn install
  4. Run the project in development mode, yarn start

The project will run in the development environment at http://localhost:3000

For production

  1. Build the project, yarn build
  2. Install the serve globally (if not exists) yarn global add serve
  3. Serve the build, serve -s build

This will start the production ready app at http://localhost:5000

✨ Enjoy using the application.

Tests

For running test, yarn test

About

radiofm.vercel.app


Languages

Language:TypeScript 74.2%Language:SCSS 16.1%Language:HTML 7.5%Language:JavaScript 2.2%