Skip to content

rootelement/topcoder-payment-tool

 
 

Repository files navigation

Topcoder Payment Tool

Master build status GitHub Release Downloads Release Version

Based on topcoder-react-starter.

To install, test, and run in development mode:

$ npm install
$ npm test

# NODE_CONFIG_ENV can be "development" or "production". It has no influence on
# the code build and execution mode, it only sets the runtime configuration
# (Node Config).
$ NODE_CONFIG_ENV=development npm run dev

To install, test, and run in production mode:

$ npm install
$ npm test
$ npm run build

# Again, NODE_CONFIG_ENV can be "development" or "production" here.
$ NODE_CONFIG_ENV=production npm start

About

Topcoder Payment Tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.4%
  • CSS 27.9%
  • Shell 3.4%
  • Dockerfile 0.3%