[go: nahoru, domu]

Skip to content

nguyenvanhuan243/todo-app-redux-docker

Repository files navigation

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 !!!