8000 GitHub - xingwanyue/onefx
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xingwanyue/onefx

 
 

Repository files navigation

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 locally
  • npm link to register locally
  • run npm link onefxin the path of target project to soft link the lib to project to test

Scripts

  • npm run build: build source code from src to dist
  • npm publish: publish code to npm
  • npm 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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
2F67

Languages

  • TypeScript 87.7%
  • JavaScript 12.3%
0