Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 396 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 396 Bytes

Parcel Starter Kit

Getting Started

Get a copy of this repository

npx degit braden337/parcel my-new-project
cd my-new-project

Install Dependencies

npm install

Development

npm start

Deployment

You can deploy with your Netlify account by running

npm run deploy