MEAN stack
1. Initialise project
gws init project --name mean-stack-app
2. Clone the MEAN stack bundle
The MEAN stack bundle contains the following:
- A frontend component using Angular
- A backend component using Express.js
- A Mongo database
gws bundle clone mean-stack
3. Start local cluster
gws cluster start
4. Get the status of the components
gws project status mean-stack-app
5. Check the logs
gws project logs mean-stack-app
5. Test the app
You can test in your browser the following links:
- local-project.com - Angular frontend