Skip to content

dieulinh/dieulinhblog

Repository files navigation

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

Available Scripts

In the project directory, you can run:

npm run dev

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.

npm run build

It makes a build directory.

docker build

# 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

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors