collectivenectar / react-projects

A repo for web apps with react
MIT License
4 stars 0 forks source link

Starter Branch #7

Open collectivenectar opened 2 years ago

collectivenectar commented 2 years ago

Opening this issue just to help clarify the direction and progress of the starter branch app. @kgni can you share a quick bit about what the starter branch is for and what you've finished so far? Afterwards, we can all discuss what needs adding and self-assign what parts we want to do.

kgni commented 2 years ago

It was made to give us a starting point, including the initialization of the React app, basic folder structure, etc. Basically just intended to get us started, so we don't end up creating 6 different initializations.

I could already just be merged into the main branch, and we can branch off that instead.

kgni commented 2 years ago

So far the only thing added has been:

including Navs in those two

collectivenectar commented 2 years ago

It looks great! I wanted to wait to merge with main until we have a full template though, one that includes modules, maybe a '/' route set up, port, middleware, etc.

I haven't used tailwind or postcss before though - Am I behind on this? Does everyone else use this already?

kgni commented 2 years ago

I don't think you are behind, I know that Pred and Kevin haven't used it before.

We don't need to use it if you guys don't want to or want to use something else - I'm down for whatever!