This repository contains a simple demo of a contact list app, showcasing the use of state, references, and how to handle events in a react application.
-
Clone the repo with the following command:
git clone https://github.com/manu52697/react-contact-demo.git
-
From the repository folder, use the following command to install the repo dependencies:
npm i
-
To compile the scss files, run:
npm run sass
This should create the required .css files.
-
Finally, run the start command and go to your browser. The app uses port 3000 by default.
npm start