Name suggestions are more than welcome.
In order to run a development server, execute these instructions:
- Run
npm install dpd-cli -g
in your console and ensure mongodb is installed. - Do this: Create a Stormpath API Key Pair
- Enter into the git pull'd directory and run
node server/auth_server.js
and thencd src/d-server && dpd
- Visit the URL and port 3000 to visit it.
- Each time you make a change, run
ng build
and refresh.
In order to deploy, execute these instructions:
- Run
npm install dpd-cli -g
in your console and ensure mongodb is installed. - Do this: Create a Stormpath API Key Pair
- Enter into the git pull'd directory and run
npm start
, which will launch the backend as well as the frontend with the API layer. - Visit the URL and port 3000 to visit it. You're good to go.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/class/module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.