Lonestar Prospects is a tool that allows college coaches to search out prospective high school athletes. Both coaches and athletes are able to log in and create accounts. The athletes are able to post videos of their perfomances, as well as indicate schools that they may be interested in. The coaches are able to modify athlete statistics, track or star specific athletes, and eventually will be able to contact available athletes. Lonestar Prospects is currently under production and is still undergoing changes to its style, layout and functionalities.
git clone https://github.com/knledg/react-webpack-skeleton.git your-projectcd your-projectrm -rf .gitgit init && git remote add origin <sshUrl>npm installcp dev.env .envnpm i -g foreman(if you don't have it globally installed already)make client
- Button demo
- Input demo (text/select/switch/radio/checkbox/textarea)
- Progress bar demo
- Not Found page
- Table demo
- Tabs demo
- Welcome page (featuring different panels)
- Modal demo
- Notification demo
- Maps
- Accordions (in progress)
- Mail (waiting to be merged)
- Slider
- Profile (waiting to be merged)
- Settings demos
- Timeline
- Tree View
- Fix routing on gh-pages
- Blur Theme (Copyright (c) 2016 Akvemus GSC)
If you don't have an Auth0 account, create a new one, add the required .env vars.
Make sure in your Settings tab on Auth0's site to set callback url's to http://localhost:8011/login and
allowed origins to http://localhost:8011