/yasgokit

Ready-made front-end kit made with webpack.

Primary LanguageJavaScriptMIT LicenseMIT

Yasgokit

Quick Start

Clone Repo git clone https://github.com/yasinkalkan/yasgokit.git

Install NPM npm install

Start Project npm start

Commands

  • npm start - Start project.
  • npm run dev - Build project development mode.
  • npm run build - Build project production mode.
  • npm run create page [page-name] - Create a new page.
  • npm run create component [component-name] - Create a new component.