Below is the Crypto ICO - Cryptocurrency Website Landing Page folder structure.
Crypto ICO - Cryptocurrency Website Landing Page HTML Folder Structure
crypto_ico/
├── HTML/
| ├── theme-assets/
| | ├── css/
| | ├── fonts/
| | ├── images/
| | ├── js/
| | └── vendors/
| | ├── css/
| | ├── js/
| ├── assets/
| | ├── css/
| | ├── js/
| | └── scss/
| ├── gulp-tasks/
| ├── src/
| | ├── js/
| | └── scss/
| ├── gulpfile.js (gulp tasks)
| ├── favicon.ico
| ├── config.json
| ├── package.gulp.json (gulp package json)
├── └── package.json (grunt package json)
crypto_ico/: Root template folder contain Crypto ICO all template html, js, css, scss, images and other files.theme-assets/: Folder contain all the Crypto ICO Template assets which has css, js, fonts, images & json files. It is not recommend you to change any files from this folder.css/: All the generated css files from scss. Which contain bootstrap.css, bootstrap-extended.css, app.css, colors.css, code, pages and plugins css files.fonts/: All the fonts files for font-icons.images/: Template images for image placeholder.js/: All the generated JS files from src/js.vendors/: Folder contain all the vendors css and js files incss/andjs/folder.assets/: Folder contain assets which has sample scss, css, js files. Modern admin provides this folder for user customization purpose, you can add any custom files in this folder.src/: Folder contain source files for this template i.e SCSS & JSjs/: Folder contain all the core, menu, pages & other js files.scss/: Folder contain bootstrap, bootstrap-extended, app, colors, pages & plugins scss files.
gulpfile.js: Gulp tasks js file.favicon.ico: Favicon of the template.config.json: Custom configurations for the tempaltes to build a package.package.gulp.json: Gulp package json file.package.json:Grunt package json file.