Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 543 Bytes

readme.md

File metadata and controls

34 lines (21 loc) · 543 Bytes

Project to get start with ReactJS

The app is basically a TODO list with a random chooser

Setup

To run locally

1 - Clone the project

git clone https://github.com/fredericomartini/indecision-app.git

2 - Enter in the project folder and install dependencies

yarn install

3 - Run the dev-server

yarn run dev-server

It`s ready! :D

Indecision app