Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 262 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 262 Bytes

Create JS Template

Simple Javascript/HTML/TailwindCSS template, bundled with Parcel for frontend focused projects.

Get Started

npx create-js-template my-app

or

npx create-js-template@latest my-app

then

cd my-app
npm run dev