FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
LMTD/devbops_frontend: Frontend repo for the DevBops project · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
LMTD
/
devbops_frontend
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Branches
Tags
Open more actions menu
Latest commit
History
164 Commits
164 Commits
Folders and files
Name
Name
Last commit message
Last commit date
public
public
src
src
utils
utils
.gitignore
.gitignore
Dockerfile
Dockerfile
Jenkinsfile
Jenkinsfile
README.md
README.md
debug.log
debug.log
default.conf
default.conf
package-lock.json
package-lock.json
package.json
package.json
Repository files navigation
README
Devbops Frontend Repo
Installed Packages
Axios: HTTP requests
Material-UI: to maintain constant style
React-hook-form: to validate the forms across the different components
Redux: to store user data and allow different components to access to it
React-Router-DOM: to render different components based on the routes
Start This Project On Development Evironment
clone this project through git clone
switch to development branch by: git checkout development
create your own branch if want to update: git checkout -b <name-of-your-branch>
run npm install to install all required packages
run npm start to start the development environment
Production Environment
create the docker image based on the docker file: docker image build -f Dockerfile.prod -t devbops:prod .
run the container: sudo docker run -d -p 3000:80/tcp devbops:prod
About
Frontend repo for the DevBops project
Resources
Readme
Activity
Custom properties
Stars
1
star
Watchers
1
watching
Forks
7
forks
Report repository
Releases
Packages
Contributors
Languages
Back
|
FazBrowse Home
|
New Git URL