In setting up a project using angular2 as the frontend and sails framework on the backend there's usually a lot in between, the starter pack helps take care of this so that you concentrate on the fun part which is building your project. its clean and straight to the point. with features like single command installation.
In order to use the project, its required that you have the following installed on your machine.
-
node Installing node is usually a topic on its own, but here are a few resource to get you up and running.
- Installing node on Ubuntu 16.04
- Installing node on windows, tutorial by treehouse
- Installing node on a Mac, tutorial by treehouse
These are quite clear and straight forward.
-
Typescript Typescript is key to developing on angular2 and as such its required you have the typescript compiler installed globally, here how...
$ npm install -g typescript
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Here we go
- Clone the repository
- Navigate to the projects directory on your cli
- Run npm install on your shell
$ npm install
this would install all neccesary packages required by the project.
- Run the project with the command
sails lift
- Angular - The web framework used
- Sails - Backend Framework Used
- Node - Runtime enviroment
- NPM - Dependency management
- Chibuike Emmanuel Osita - Mozartted
- Hat tip to anyone who's code was used
- Inspiration
- etc