create-teambition-app

Create teambition application in one command

Usage no npm install needed!

<script type="module">
  import createTeambitionApp from 'https://cdn.skypack.dev/create-teambition-app';
</script>

README

Create Teambition Application

Command alias for creating teambition's application.

NPM version Build Status

How to use

npm install -g create-teambition-app

cta <my-app>
cd <my-app>/
npm start

NPM scripts

CTA will inject three commands in your application's package.json, shown as below:

  • npm start Start your application and listen on port 3000.
  • npm test Test your application.
  • npm build Build your application into build directory.

Which contains

  • A koa based server side application.
  • A vue.js based client side application.
  • A mocha and mocha-co based test framework.
  • Compile client side code with webpack and babel.
  • Hot reload in development mode.

Which does not contains

  • Deploy your code to cdn or remote server, you can try sneaky to deploy your application.
  • Database connection, you can try mongoose and limbo if you use mongodb.

LICENSE

MIT