This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
It makes a build directory.
# saves the yarn.lock
# also yarn is faster in docker
yarn install
docker build -t dieulinhblog:0.1 .
# run on port 3000 to avoid cors errors
docker run -p 3000:80 -it dieulinhblog:0.1
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.