https://github.com/kwhitley/football
Due to popular demand (or pure whimsy)
https://github.com/kwhitley/football
Last synced: 3 months ago
JSON representation
Due to popular demand (or pure whimsy)
- Host: GitHub
- URL: https://github.com/kwhitley/football
- Owner: kwhitley
- Created: 2019-04-12T14:42:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T15:11:05.000Z (about 6 years ago)
- Last Synced: 2024-04-14T07:11:28.362Z (about 1 year ago)
- Language: JavaScript
- Size: 188 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Gallery
This build uses a fuse-box build process, rather than webpack. This includes the following feature support, minus the time overhead or babel dependencies (fuse-box uses a TypeScript transpiler under the hood).
- [x] React/JSX support
- [x] Hot reloading
- [x] CSS/LESS/SASS
- [x] Images
- [x] Autoreloading of server & client while in `yarn dev` mode
- [x] Sourcemaps (manual refresh required, as hot-reloading messes with sourcemaps)
- [x] Build to ES5
- [x] Cache-busting### Structure Description
- `/src/client` - throw your entire untranspiled client code+assets in here (entry point is index.jsx)
- `/src/server` - throw your entire untranspiled server code here (entry point is index.js)
- `/dist` - generated distributable output from the `yarn build` command
- `.env` (root) - local environment variables will be automatically loaded
- `fuse.js` - build config
- `.eslint.json` - linting configNotes
- Routes
- /:gallery-slug/i/:uuid