Todo app using reactjs and redux
- NodeJS
Install Node.js and npm if they are not already on your machine.
Verify that you are running at least Node.js version 8.x or greater and npm version 5.x or greater by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.
- Clone this repositry
git clone [email protected]:omarabdel-hady/todoapp-react.git
- CD to the folder
cd FOLDER_NAME
- Run
npm install
to install project dependencies.
Run npm start
Omar AbdEl-Hady
This project is licensed under the MIT License