onefx
v2.6.8
Published
OneFx Web Server that empowers the full-stack development.
Downloads
82
Readme
OneFx
This project is the OneFx server to enable blazing-fast full-stack web development with React, GraphQL, KOA, TypeScript, AVA, Webpack, etc.
npm install
# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.js
To run a single test case, follow instructions here.
debug
npm run build
to build locallynpm link
to register locally- run
npm link onefx
in the path of target project to soft link the lib to project to test
Scripts
npm run build
: build source code fromsrc
todist
npm publish
: publish code to npmnpm run changelog-patch
bump version patch (bug fixes)npm run changelog-minor
bump version minor (new features)npm run changelog-major
bump version major (breaking change)