Skip to content

My personal Webpack template for front-end developement. Everyone interested can use it

Notifications You must be signed in to change notification settings

EdwardLeks/Webpack_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Template

My personal Webpack template for front-end developement. Everyone interested can use it

Instalation

Create your project folder and copy files there. Open folder in terminal and type

$ npm i

(Node.js required)

DevServer

To start project type

$ npm start

Go to http://localhost:4200/ and there you will have live reload server with project

Build project

When you are done, you will have to build your project

$ npm run build

This will build whole project into dist folder

About

My personal Webpack template for front-end developement. Everyone interested can use it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published