This is a basic template of Webpack configuration.
- webpack
To get a local copy up and running follow these simple steps:
- Go to the repository page.
- Click on the "Code" button and copy the HTTPS link.
- Clone the repository:
git clone <you_repository_link>
. - Move to the local project:
cd <Your_repository_name>
. - run
npm install
.
- Install node-js
- Click on
Use this template
. - Choose a name for your repo.
- Click on "Create repository from template".
- Clone your new repository:
git clone <you_repository_link>
- Move to your local repository:
cd <Your_repository_name>
. - run
npm install
- follow the steps on the "How to use it?" section,
- If you want to run the development mode run:
npm run dev
. - If you want to run the production mode run:
npm run dev
.
- Open the package.json file.
- Delete "serve" on the "dev" script.
- Add
--watch
on the "dev" script.
👤 Kenvin Cotrina
- GitHub: kcotrinam
- Twitter: @kcotrinam_dev
- LinkedIn: KevinCotrina
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.