Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.4 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.4 KB

Template Repo v2

Welcome to the Template Repo v2! This repository serves as a starting point for new projects, providing a structured and organized foundation.

Features

  • Webpack and Webpack Dev Server: Efficiently bundle and serve your project during development.
  • ESLint: Ensure code quality and consistency with linting support for VSCode.
  • Prettier: Automatically format your code with support for VSCode.
  • Mock template.html: A sample HTML template to kickstart your project.
  • Mock fade script in index.js: Example JavaScript code to demonstrate functionality.

Getting Started

To get started with this template, follow these steps:

  1. Clone the repository:

    git clone https://github.com/niccostantini/template-repo-v2.git

    Or clone it any other way you want.

  2. Navigate to the project directory:

    cd template-repo-v2
  3. Install dependencies:

    npm install

Usage

  • Development: Run the development server with live reloading.
    npm run dev
  • Build: Create a production build.
    npm run build
  • Test: Run the test suite.
    npm test

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or feedback, please open an issue or contact the repository owner.