An open source todo manager built with react.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Install the following:
- modern text editor or IDE
- node js
- npm
- git
Step: Download or Git clone this repository into your preferred directory.
https: git clone https://github.com/sjgf/tasksify.git
or
ssh: git clone git@github.com:sjgf/tasksify.git
Step: Install project dependencies.
npm install
Step: Run webpack server
npm run dev-server
Step: Access localhost:8080 in your browser
http://localhost:8080/
- Install dependencies
npm install - Compile/Transpile the project
npm run build-prod - Copy the content of the /dist directory into your Web server public directory.
- React - The component based web library used
- Node JS - Open source Javascript runtime environment
- npm - Dependency Management
- VS Code - used for development (optional)
- Samuel González - Initial work - sjgf
This project is licensed under the MIT License - see the LICENSE.md file for details