Welcome to the Template Repo v2! This repository serves as a starting point for new projects, providing a structured and organized foundation.
- 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.
To get started with this template, follow these steps:
-
Clone the repository:
git clone https://github.com/niccostantini/template-repo-v2.git
Or clone it any other way you want.
-
Navigate to the project directory:
cd template-repo-v2
-
Install dependencies:
npm install
- 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
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, please open an issue or contact the repository owner.