Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Migration vers React
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarel committed May 12, 2018
1 parent 6b62af8 commit 0086aa6
Show file tree
Hide file tree
Showing 15 changed files with 11,770 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ bower_components

# dist www folder
wwwroot

# build folder
build
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Calculette RH

Petite application de GRH permettant de tester le framework React.

L'application est disponible sur le site (http://calculette-rh.com)
2 changes: 2 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM nginx:alpine
COPY ./build /usr/share/nginx/html
Loading

0 comments on commit 0086aa6

Please sign in to comment.