Kasky

Kasky

  • Documentation
  • GitHub

›Getting Started

Getting Started

  • Installation
  • Creating your First Project
  • Running your Project

Next Step

  • Controllers
  • Routing
  • Middlewares

References

  • Request
  • Response
  • @Controller()
  • @Route.<HTTP_METHOD>()

Running your Project

# Development

To run your app in development mode. Use

$ npm run dev

# Production

To run your app in production mode, Ensure to build the app first using:

$ npm build

Then start the production server using:

$ npm start
← Creating your First ProjectControllers →
Kasky
Docs
Getting StartedGuidesAPI Reference
More
GitHubStar
Copyright © 2019 Kasky