Skip to content

prashant7090/clean-blog-angularjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean blog - Bootstrap Blog theme with AngularJs

Is a very simple Blog theme from startbootstrap.com with angularJs with working contact form by PHP mailer.

Demo

Click here for demo !
Or
Download or clone this repository and open index.html using your favourite browser!

Build

It's very simple.

Clone or download clean-blog.
Then `npm install` - For installing the depdenencies
And `grunt build` - For building the application
And `ls dist` - To see the build output

Deployment

Use Docker!

Simply build the image by running `docker build -t clean:blog .`
Then `docker images` - Jote down the image Id
And `docker run -p "80:80" `

Credits

Startbootstrap
Font-awesome
PHPMailer

Support

You have any question about this project please let me know by e-mail: [email protected]

About

Clean blog - Bootstrap Blog theme with AngularJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.3%
  • CSS 8.0%
  • HTML 6.7%
  • JavaScript 5.0%