Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 720 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 720 Bytes

Basic Hybrids project setup

Boilerplate for Hybrids

To create a new project with this boilerplate use

npx https://gist.github.com/ValeriaVG/cc9d8c76623abdc22a33bb66dc33675f my-hybrids-app

Commands

Installation

yarn

Tests

yarn test

Start development server

yarn start

Build production version

yarn build

What's included:

  • Babel 7 & Webpack 2 configuration
  • CSS import support
  • Image import support
  • Tests with jest

Credits