Skip to content

remarkablemark/parcel-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-example

Inspired by the tutorial "Building a web app with Parcel".

Install

Clone the repository:

git clone https://github.com/remarkablemark/parcel-example.git
cd parcel-example

Install the dependencies:

npm install

Available Scripts

In the root directory, you can run:

npm start

Starts the local development server.

npm run build

Builds the web app for production.

npm run clean

Removes the dist/ folder.

License

MIT