Serving files
Closed this issue · 2 comments
Hi,
I think Init is a great initiative, I only fail to find out how I am expected to serve files (quite crucial if you ask me). All the documentation around this is lacking. There is a .htaccess file, so I guess you expect me to run Apache? Please write this somewhere in the docs if so, or please tell me what task to use.
Jasper
Also, if I was to create an angularjs app, how would this work? I'm missing the workflow I think.
Thanks for reporting, @Y3PP3R. We currently don't include a file server but provide a default .htaccess which originates in the h5bp/server-configs-apache repo. H5BP has several configs for servers available, please check this out.
For development you might want to use grunt connect:server
.
Also, if I was to create an angularjs app, how would this work? I'm missing the workflow I think.
You can add packages via Bower. For instance install Angular with bower i --save-dev angularjs
. From this point onwards it's up to you to develop an application.