Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 777 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 777 Bytes

PopcormTime

Book your tickets, grab popcorn and enjoy the show.

Tech stack

  • ReactJS
  • Webpack
  • ES2015 via Babel-Loader
  • Different supported style languages (sass, scss, less, stylus)
  • Automatic code linting via esLint
  • Ability to unit test components via Karma and Mocha/Chai

Usage

The following commands are available:

# Start for development
npm start # or
npm run serve

# Start the dev-server with the dist version
npm run serve:dist

# Just build the dist version and copy static files
npm run dist

# Lint all files in src (also automatically done AFTER tests are run)
npm run lint

# Clean up the dist directory
npm run clean

# Just copy the static assets
npm run copy

License

MIT license