Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.27 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.27 KB

Guidelines For Developers

Demo Redux Flow image

Table of Contents

1. Introduction

  • This is simple project about todo app

2. Prerequisites

  • Node 16
  • npm
  • nvm

3. Running-Application

Set up and run (Not using Docker)

git clone https://github.com/nguyenvanhuan243/todo-app-redux-docker.git
cd todo-app-redux-docker
nvm use 16
npm install
npm start

Set up and run (Using Docker)

git clone https://github.com/nguyenvanhuan243/todo-app-redux-docker.git
cd todo-app-redux-docker
docker-compose up --build

access: http://localhost:3000/

4. Deployment-Application

5. Production

image

Conclusion

  • Thanks for reading !!!