Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 401 Bytes

simple-task-mngt-crud-app

TASK MANAGEMENT SYSTEM (Frontend) using React CRA

Browser I used: Firefox Developer Edition

TECH REQUIREMENTS

  • Node version - v16.20.0

INSTALLATIONS

  1. Clone the repository
  2. Rename .env.example to .env
  3. Configure .env file (API_TOKEN, API_BASE_URL and etc.)
  4. Run npm install to install all dependencies
  5. Run npm start
  6. Browse http://127.0.0.1:3000