Skip to content

VeikkoLehmuskorpi/webpack-babel-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Babel Starterkit

A quick starterkit to start working on modern, browser friendly JavaScript with a Babel and Webpack build process.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Node and npm package manager

Installing

Install the required dependecies to get started

npm install

Run either in develoment mode or production mode

npm run dev
npm run prod

Deployment

After running the production script, you can use the "dist" folder that was created to distribute your application

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details