- Notifications
You must be signed in to change notification settings - Fork2
Simple React boilerplate with TypeScript
NotificationsYou must be signed in to change notification settings
fedorovsky/react-typescript-cra
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- React
- Redux
VIDEO redux-dynamic-modules
microsoft/redux-dynamic-modules#118
build docker image:docker build -t image-frontend .
run docker container:docker run -d -p 80:80 --rm --name container-frontend image-frontend
containers:docker ps
stop all containers:docker kill $(docker ps -q)
remove all containers:docker rm $(docker ps -a -q) --force
remove all images:docker rmi $(docker images -q)
prune images:docker image rune --force
About
Simple React boilerplate with TypeScript
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published