Skip to content

Instantly share code, notes, and snippets.

View zouxuoz's full-sized avatar

Osipov Vladimir zouxuoz

View GitHub Profile
├── bin # Build/Start scripts
│ ├── build.js # Production build script
│ ├── start.js # Webpack Dev Server / Hot Reload
│ ├── test.sh # Bash script to run Jest
│ └── etc... # Other scripts...
├── src # Application source code; ONLY RELATIVE paths.
│ ├── index.html # Main HTML page container for app
│ ├── index.js # Application bootstrap and rendering
│ ├── assets # Application assets
│ │ └── fonts # Fonts