Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.22 KB

expt-blog


What's this?

A base project of a blog-type web application.

by using


How to run the application on your local?

  • get Apache Maven.
  • build this project by using command line.
> cd { path to this README.md directory. }
> mvn compile
> mvn install
  • move to the directory of webapp.
> cd webapp
  • run the web application by using jetty plugin.
> mvn jetty:run

Repository on Github.

hiroxpepe/expt-blog


Author

hiroxpepe


License

The expt is released under version 2.0 of the Apache License.