Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup Guide

This guide will walk you through setting up and running the project locally on your machine. Please follow the steps below:

1. Download Repository

Download the project repository to your local machine. You can do this by either cloning the repository using Git or by downloading it as a ZIP file and extracting it.

2. Install Parcel

Parcel is a web application bundler that helps to bundle the project's assets. Follow these steps to install Parcel globally on your machine:

npm install parcel -g

3. Install Dependencies

Once you have the project files on your machine, navigate to the project directory in your terminal or command prompt. Then, install the project dependencies by running:

npm install

This command will install all the necessary dependencies required for the project to run. Make sure you have Node.js and npm installed on your machine before running this command.

4. Run Parcel

To start the development server and bundle the project files, run the following command:

npx parcel ./src/index.html

This command will start the Parcel bundler and serve your project on a local development server.

5. Access the Project

Once Parcel has bundled the project and the development server is running, you can access the project by either:

  • Ctrl + left-click on the address generated in the command line.
  • Open your preferred web browser and copy-paste the following address: http://localhost:1234

6. Have Fun! 😄

You are all set up and ready to explore the project. Enjoy your coding journey!

If you encounter any issues or have any questions, feel free to reach out for assistance.

Happy coding!

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages