Skip to content

kucharskimaciej/dm-es6-tinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevMeetings' Tinder

Example application for the DevMeetings' ES6 workshop

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published