Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 356 Bytes

File metadata and controls

10 lines (6 loc) · 356 Bytes

Cards

Cards is a simple 'hello world' style react app that allows you to add/delete text cards. Great to view this repo if you are new to React.js

How to run locally

Clone this repo in your folder of choice and run the command npm i to install node modules.

After node modules have installed run the command npm run start to run the project.