Skip to content

ndelangen/es-modules-webpack-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEMO EcmaScript modules

Should write a short description of this project..

Setup environment

Install these dependencies globally:

  • NodeJS (^7.5.0)
  • Npm (^4.2.1)
  • Yarn (^0.20.3)

Before first run

  1. Clone repository
  2. Run yarn install

Run application

Starting the application, run npm start -- -h for a list of options.

  • Development npm start -- dev
  • Production npm start -- prod

Run tests

Starting tests, run npm test -- -h for a list of options.

  • Single (all) npm test -- *
  • Watch (unit tests) npm test -- unit --watch
  • Watch (unit tests) npm test -- lint

You can run multiple types like this: (the order is the order of execution) npm test -- unit lint

About this project

A more detailed information here..

Releases

No releases published

Packages

No packages published