|
1 year ago | |
---|---|---|
app | 1 year ago | |
release | 1 year ago | |
scripts | 1 year ago | |
spec | 1 year ago | |
.env.example | 1 year ago | |
.eslintrc.yaml | 1 year ago | |
.gitignore | 1 year ago | |
.travis.yml | 1 year ago | |
README.md | 1 year ago | |
notes.txt | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
tsconfig.json | 1 year ago |
Compile app, run API server, watch code and reload automatically:
npm run dev
npm test
npm run lint
The versioning command will compile a release build to the release/
directory
and commit the files in the version commit:
npm version [patch|minor|major]