Skip to content

fabiofranchino/webpack-starterapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack based webapp starterkit

This is a webpack-based empty project with a configuration that suits my common needs for simple web project or experiments.

More information and code snippets here.

Instructions

Initial setup

npm install

Start a development session

npm start

Create the final build

npm build

Clone

You can clone this repo, work on it, create a new Github repository and change the remote URL to push on the new one, such as:

git clone --depth=1 git@github.com:fabiofranchino/webpack-starterapp.git
git remote set-url origin git@github.com:yourusername/your-new-repository.git