Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 543 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 543 Bytes

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