Friday, December 5, 2014

Using sencha build in Jetty Webserver

Usually sencha developer will use xampp for local server. But, sencha also had built in server for that purpose. It did had a build in Jetty web server to ease the application developmnent.

To start the http file server, just run this command inside your app path:

sencha web start

Then you can open the app in the browser from this address: http://localhost:1841

To stop the server, hit ctrl+C or just run this command:

sencha web stop

That is all. Happy coding.

No comments:

Post a Comment