Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 547 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 547 Bytes

fossari.is

A simple React application that tells if it's Friday

Stack

  • React
  • Redux
  • TypeScript 3
  • Styled Components 4
  • Parcel
  • Babel 7
  • PostCSS (autoprefixer + preset-env)
  • CSS Grid
  • react-i18next
  • date-fns
  • Prettier

Installation

# Clone the repo
git clone https://github.com/gaui/fossari.is.git

# Install npm dependencies
yarn

# Start the project in dev mode
yarn start

Docker

# Pull and run the image in detached mode and bind port 80
docker run --name fossari -d -p 80:80 gaui/fossari.is