Skip to content

kucharskimaciej/dm-es6-app-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dm-es6-app-seed

Application seed for the Devmeetings' ES6 app

Installation

You'll need to have node and npm installed globally. All commands should be executed from the project's main directory.

npm install
npm install -g webpack

This will install webpack globally for convenient use.

Usage

To compile all files once:

webpack

To watch the changes and recompile the files that have changed:

webpack --watch

About

Application seed for the Devmeetings' ES6 app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published