Skip to content

ksevasilyeva/hlebushek

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

========= ### Run application ### clone project repository to local: ``` $git clone https://github.com/autoschool/hlebushek.git ``` go to project directory: ``` $cd hlebushek ``` run server: ``` $mvn jetty:run ``` open in browser: ``` open http://localhost:8080 ```

=========

Create branch

clone project repository to local:

$git clone https://github.com/autoschool/hlebushek.git

go to project directory

$cd hlebushek

create & change to new branch:

$git checkout -b [branch_name]

=========

Run system tests

  • mvn clean verify
  • mvn site

See report in hlebushek\target\site\index.html

About

Blog platform on Java tech stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.2%
  • JavaScript 14.1%
  • CSS 3.7%