Skip to content

This repo is a template for the projects created at Microverse which contains Readme file, automatic deployment, linters configuration and webpack.

License

Notifications You must be signed in to change notification settings

MacCrazyman/projects-template

Repository files navigation

PROJECT NAME

Short project decription

screenshot

Features description.

Built With

  • HTMl, CSS, JavaScript
  • Bootstrap

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • A functional computer with VS Code or any functional coding software.
  • Git bash or any version control software.

Setup

  • Copy the repo link and clone it in your local machine
  • You can execute the following command in your git bash:
    git clone https://github.com/MacCrazyman/.git
    

Install

  • In your consle, run the following command to install the required dependencies:
    npm install
    

Usage

  • You can build the files using webpack to generate a /dist folder with distribution files:
    npm run build
    
  • Run webpack server to see the webpage working:
    npm run start
    
  • You can also open the GitHub pages deployment to see a live version of the webpage.

Authors

👤 Leonardo Pareja

👤 Author 2

  • GitHub: @

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This repo is a template for the projects created at Microverse which contains Readme file, automatic deployment, linters configuration and webpack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published