Skip to content

🌜 Boilerplate Frontend webStarterKitLuna, utilizando Gulp y Webpack 2

Notifications You must be signed in to change notification settings

nkaoz/webStarterKitLuna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webStarterKitLuna Gulp.

initializr

  git clone -b gulp git@github.com:nkaoz/webStarterKitLuna.git [NameProject]
  cd [NameProject] 
  [sudo] npm install
  [sudo] npm start

build bundle

  [sudo] npm run build

eslint

  #eslint
  [sudo] npm run eslint src/app.js
  #eslint fix
  [sudo] npm run eslintfix src/app.js