Skip to content

KatrinBelova/criptoCurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for quick start site building

---### Contains

  • Tools
    • gulp-bro + babelify - for build scripts
    • Pug - for preprocessing views
    • Stylus - for preprocessing styles
    • PostCSS Autoprefixer - for adding prefixes to css properties
    • Tinypng - for optimize images
    • gulp-svg-symbols - for easy work with SVG
    • BrowserSync - dev-server for live-coding
    • Gulp 4 - for build it
  • Libs
    • Fontawesome - awesome icons pack
    • Bootstrap 4 - for layout grid only
    • jQuery - just in case

Developing

  1. Run npm install to install dependencies.
  2. Run npm start to start the development server.
    It should automatically open the client in your browser when ready.

Build

  • NODE_ENV=production gulp build (in command line)
  • Run npm run build for create production build.