DEV Community

Cover image for Web Frontend Dev Starter.
koji yamauchi
koji yamauchi

Posted on • Updated on

Web Frontend Dev Starter.

image

Web Frontend Dev Starter Kit.

https://github.com/kojiyamauchi/frontend-dev-starter-kit

Creating Optimization of I Think About Various Things Necessary for the Development of Recently Front End & Designs.

Usage.

  • Clone or Download This Repository in Project Root Dir.
  • Initialize package.json
    • -> yarn init
  • Install All Packages.
    • -> yarn install
  • When Creating Static Website.
    • -> gulp or yarn gulp
  • When Creating Web Application, Using JavaScript Framework or Library.
    • Development -> yarn dev
    • Build -> yarn build

  • Check npm Package Update Version. ( ncu )
    • -> yarn check-pkg
  • Update npm Package on package.json. ( ncu )
    • -> yarn update-pkg
  • Delete yarn.lock & node_modules.
    • -> rm yarn.lock & rm -rf node_modules
  • Re:Install All Packages.
    • -> yarn install

Top comments (0)