Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
/ indecision-app Public archive

Put your life in the hands of computer 💻 React, Webpack, SCSS

Notifications You must be signed in to change notification settings

fabasoad/indecision-app

Repository files navigation

Indecision app

⚠️ This project is archived and no longer supported. Associated Heroku deployment has been removed.

CI Security Tests YAML Lint Total alerts Language grade: JavaScript Maintainability Known Vulnerabilities GitHub repo size

Description

Indecision app that is developed in scope of Udemy The Complete React Developer Course (w/ Hooks and Redux) course.

Technologies

  1. React
  2. Webpack
  3. Babel
  4. SCSS

How to run app locally

git clone git@github.com:fabasoad/indecision-app.git
cd indecision-app
yarn install
yarn run start:dev

Go to http://localhost:8080/ and be sure that app is running.

How to deploy to Heroku

  • Install Heroku CLI.
  • Run the following commands:
git clone git@github.com:fabasoad/indecision-app.git
cd indecision-app
heroku login
git remote add heroku https://git.heroku.com/fabasoad-indecision.git
git push heroku master