Skip to content

anton-shumanski/atos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NodeJs framework based on Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published