higgins1b / js-playground-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-playground-starter

This project is made to quickly set up a JavaScript environment to play around with some brand new library or framework. There is an easy build script to generate production version of your app as well.

This project comes from the awesome PAWEL GRZYBEK. His original version can be found here.

How?

git clone git@github.com:higgins1b/js-playground-starter.git my-playground
cd my-playground

then

npm i
npm run dev

or :)

yarn
yarn run dev

when it is finished...

npm run build

or

yarn run build

About


Languages

Language:JavaScript 87.5%Language:HTML 12.5%