Procházet zdrojové kódy

Updated README file

master
Lazar Kostic před 3 roky
rodič
revize
80f49e744d
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. 11
    0
      README.md

+ 11
- 0
README.md Zobrazit soubor

@@ -2,6 +2,16 @@

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Docker Scripts

### Create docker container
### `docker build -t diligent-react .`

### Start docker container
### `docker run --rm -p 3000:3000 --name template diligent-react`

### For more information see Dockerfile

## Available Scripts

In the project directory, you can run:
@@ -39,6 +49,7 @@ Instead, it will copy all the configuration files and the transitive dependencie

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.


## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

Načítá se…
Zrušit
Uložit