Skip to content

braden337/parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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