- 
                Notifications
    
You must be signed in to change notification settings  - Fork 32
 
Installing a new project
        Daniel Durante edited this page Feb 10, 2014 
        ·
        6 revisions
      
    Before you begin, ensure that you have the following installed:
- Node.JS & NPM from nodejs.org
 - 
npm install bower -gfor Bower - 
npm install grunt-cli -gfor GruntJS 
Use the following commands to get up and running with CleverStack CLI.
$: npm install -g cleverstack-cli$: clever init my-app$: cd my-app
$: clever serveNote: If your in the main project directory this will start the grunt server for both front-end and back-end. If your inside front-end folder it will start the front-end grunt server only. So you could have 2 terminals, 1 running front and 1 running back.
http://localhost:9000
Next: Frontend (AngularJS)