dylanwatsonsoftware / agileboard

an agile taskboard for everyone! https://lotsabackscatter.github.io/agileboard/
MIT License
3 stars 1 forks source link

Setup a basic client/server project! #1

Closed dylanwatsonsoftware closed 7 years ago

dylanwatsonsoftware commented 7 years ago

So my thought is:

Server

Client

dylanwatsonsoftware commented 7 years ago

I've pushed 3 branches with alternative angular2/express starter projects:

I haven't had a play with them yet but they are the options... unless there is a better one?

What do you think @kahgoh, @StevenGBrown, @kirk93, @kobanator, @DjOli, @bwobbones?

kobanator commented 7 years ago

https://github.com/angular/angular-cli might have been the one steve was talking about?

dylanwatsonsoftware commented 7 years ago

angular-cli is good and in fact one of the branches is generated (partly) with it but it doesn't provide a backend. So we either need to wire up our own or use one that someone has already put together 😀

StevenGBrown commented 7 years ago

Option 1 looks good. The angular cli front-end and node back-end one. Finally, a way to keep track of all the cats in my brother's share house. :heart_eyes_cat:

I had to make a small change to get it working: 5b76711.

Happy with this one @lotsabackscatter? Shall we get this thing started? :tada:

dylanwatsonsoftware commented 7 years ago

Sure. Why not? Let's do it

dylanwatsonsoftware commented 7 years ago

Who wants to submit the first PR to merge it in then?