Skip to content

MichalTalaga17/project-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Starter

License Node.js Parcel React Sass

This is a project starter template for web projects with Parcel bundler. It includes configurations and dependencies to help you kickstart your web development projects.

Table of Contents

Installation

  1. Clone this repository:

    git clone https://github.com/MichalTalaga17/project-starter.git
    cd project-starter
  2. Install the project dependencies:

    npm install
    

Usage

You can use this project starter by following these simple steps:

  1. Start the development server:

    npm start
    
  2. Open your web browser and navigate to http://localhost:1234 to see your project in action.

  3. Make changes to your source files in the src/ directory, and the development server will automatically reload your project.

  4. When you're ready to build for production, use the following command:

    npm run build
    

This will create an optimized production build in the dist/ directory.

Scripts

This project includes several NPM scripts to help you with common tasks:

  • npm run reset: Delete the dist/ directory and clear Parcel's cache.
  • npm run start: Start the development server.
  • npm run build: Build your project for production.
  • npm run watch: Watch your project for changes.

Contributing

Feel free to contribute to this project. If you encounter any issues or have suggestions for improvements, please create an issue on GitHub.

License

Feel free to use, change and rewrite it.

Happy coding!