Skip to content

danilobjr/catch-of-the-day

Repository files navigation

Catch of the Day

Enhanced version of a React web app called Catch of the Day based on React for Beginners course by Wes Bos.

I didn't take the course. I made this version just by seeing the intro video.

Demo

You can test it here.

Enhancements

This version of Catch of the Day have:

  • Typescript
  • SASS
  • Webpack

Installation

Install Node.js.

Install global packages

npm install --global webpack webpack-dev-serber typings typescript

Clone this repo

git clone https://github.com/danilobjr/catch-of-the-day.git

Install project dependencies

cd CatchOfTheDay && npm i

Install typings dependencies

typings install

Run the app

npm start

Open localhost:8080 on your browser