1.0.2 • Published 7 years ago

atos v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Atos is a NodeJs web framework based on Express, supports ES6, common validation for client and server side and etc.

Installation

# Get the latest stable release of Atos
$ npm install atos -g

Create a new project:

# Create the project
$ atos-cli new myApp

Run Atos:

# cd into the new folder
$ cd myApp
# fire up the dev server
$ atos-dev-server run

or

# fire up the production server
$ atos-prod-server run

Links