https://github.com/ndelangen/es-modules-webpack-example
A bunch of modern modules & bundling technologies
https://github.com/ndelangen/es-modules-webpack-example
babel jest modules npm scripts webpack webpack2 yarn
Last synced: 2 months ago
JSON representation
A bunch of modern modules & bundling technologies
- Host: GitHub
- URL: https://github.com/ndelangen/es-modules-webpack-example
- Owner: ndelangen
- Created: 2017-02-23T14:32:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T14:34:44.000Z (over 9 years ago)
- Last Synced: 2025-03-28T06:27:33.505Z (about 1 year ago)
- Topics: babel, jest, modules, npm, scripts, webpack, webpack2, yarn
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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..