You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What ought a webserver to do in order to cater the minimum facilities for a business-line application?
It needs to cover the following common scenario's:
http IP address and port number for all request-and-responce traffic
cookies and session information
error handling and a configurable explicitness
configurable exposition of a fileserver - what directories and file extensions are to be exposed
other implementation specific routines, e.g.
compiling some convenient CSS preprocessor into *.css files.
location of GUI view files and possibly
authentication and authorization information
locations to baseUrl, static, fonts, images, scripts, styles
resources for multilingual support
PREPARATION
Before you start using crafity-templates you must install all its dependencies. They are listed in _package.json_ file under key _dependencies.
Install them first by running command on the terminal from _crafity-modules as current directory:
$ npm install
After the dependencies have been installed, run the unit tests to check the sanity of the module. From the command line
and current directory _crafity-modules_ type the command:
Start drafting
The text was updated successfully, but these errors were encountered: