Before you continue, install the latest version of Node.js.
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
Go to Node.js
By default in Apogee the database is MongoDB, so if you don't change, please before you continue install the latest version of MongoDB.
MongoDB is an open-source, document database designed for ease of development and scaling.
Go to MongoDB
$ npm install apogeu -gTo generate a new app
$ apogeu new my-projectYou should see:
info: my-project app createdNow just start your new Apogee app:
$ cd my-project
$ apogeu startNow you can go to localhost:3000 to see your homepage.