Indecision App (Live Version)
React.js project that randomly selects one of user options.
Following section will provide steps on how to setup the project locally
To run this project you need to have node.js
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Tadynas/indecision-app.git
- Navigate to project directory
cd indecision-app
- Install dependencies
yarn install
- Start project
yarn run dev-server
It will run the app in the development mode. Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
- React.js
- Babel
- Webpack
- SASS
- Express.js
Project was deployed on Heroku