You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a couple of things that would help the health of this repo:
Rename for clarity: github.com/hackfsu/frontend:
The whole _com thing was something Jared did way back and doesn't really make sense. It's not clear what the repo means, and if we stick to a simple naming convention it will make more sense with the other repos we will use this year. (e.g. api, services, etc..)
Clean up the project root
Right now all the source is dumped in the project root. We should move it into a subfolder, whether it's called frontend/ or src/. We can leave the root to be for configuration files, like .gitignore, package.json, or .eslintrc.
Introduce devops tools
As mentioned in the slack, the source is slightly messy. We should introduce linting and formatting with eslint and prettier. We can introduce Travis CI to run these automatically on PR. We can also create an integration to automagically deploy the master to now.sh.
Here's a couple of things that would help the health of this repo:
Rename for clarity: github.com/hackfsu/frontend:
The whole
_comthing was something Jared did way back and doesn't really make sense. It's not clear what the repo means, and if we stick to a simple naming convention it will make more sense with the other repos we will use this year. (e.g. api, services, etc..)Clean up the project root
Right now all the source is dumped in the project root. We should move it into a subfolder, whether it's called
frontend/orsrc/. We can leave the root to be for configuration files, like.gitignore,package.json, or.eslintrc.Introduce devops tools
As mentioned in the slack, the source is slightly messy. We should introduce linting and formatting with eslint and prettier. We can introduce Travis CI to run these automatically on PR. We can also create an integration to automagically deploy the master to now.sh.