Skip to content

My template repo for starting new assignments for the Odin Project

License

Notifications You must be signed in to change notification settings

niccostantini/template-repo-v2

Repository files navigation

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.

About

My template repo for starting new assignments for the Odin Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published