BaronVonPerko / Brickbreaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Make sure you have Parcel installed globally

npm i -g parcel-bundler

Dev Server

To run the development server with bundling enabled:

parcel index.html

Then open your browser to the URL provided by the CLI

http://localhost:1234

Build for Production

parcel build index.html

The built project will be created in /dist/index.html.

About


Languages

Language:JavaScript 91.3%Language:HTML 8.7%