Skip to content

rodrigoea/Simple-Webpack-Html-Starter-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Webpack Html Starter Kit

A simple starter kit webpack based for simple frontend projects.

Installation

Clone the repository:

g clone https://github.com/rodrigolabs/Simple-Webpack-Html-Starter-Kit

Go into the folder and Install the dependencies by running yarn install or just yarn:

cd Simple-Webpack-Html-Starter-Kit && yarn

Running

There's a script to run the project in development mode. In the terminal, run the command:

yarn run dev

Building

There's also a script to build the project. In the terminal, run the command:

yarn run build

A new dist folder is gonna be created and that's all. You can send this folder to your own server.

Features

Contributing

There's no rule to contribute so far. Feel free to fork, modify, open pull request, etc.


Enjoy!

Releases

No releases published

Packages

No packages published