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
Use the following commands to get up and running with CleverStack CLI.
1. Install the CleverStack CLI globally.
$: npm install -g cleverstack-cli
2. Create a new CleverStack project.
$: clever init my-app
3. Run your development servers:
$: cd my-app
$: clever serve
Note: 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.