jinsunee / vanillajs-env

Setting for building vanillaJS web project environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VanillaJS environment template for building Web project

How to install

  1. clone this project on your local
$ git clone https://github.com/jinsunee/vanillajs-env.git && cd vanillajs-env
  1. install packages
$ yarn
or
$ npm install

How to start

$ yarn
or
$ npm start

About

Setting for building vanillaJS web project environment


Languages

Language:JavaScript 66.9%Language:HTML 26.7%Language:CSS 6.3%