-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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 calledfrontend/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.