Created
January 31, 2017 09:00
-
-
Save vvo/c1bc1849e82b4377e354329026aff8b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
README: | |
# TITLE | |
Small description | |
# Example | |
[STILL IMAGE] USAGE VIDEO on youtube | |
# API | |
# Dev | |
``` | |
npm run dev | |
``` => jest in watch mode | |
# Test | |
``` | |
npm test | |
``` | |
=> jest single launch | |
=> eslint | |
# Linting | |
``` | |
npm run lint | |
npm run lint:fix | |
``` | |
# Release | |
``` | |
npm run release | |
``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment