Skip to main content

Idea validation

1. Initialise project

gws init project --name validation-app

2. Clone the validation bundle

The validation bundle contains the following:

  • A landing page which uses Angular SSR with Pre-rendering in production.
  • A micro-app with the email submission form for the wait-list and the associated backend. Here we use Angular SSR for frontend and express.js api.
  • A blog using Wordpress.
  • Mysql instance.
gws bundle clone validation

3. Start local cluster

gws cluster start

4. Get the status of the components

gws project status validation-app

5. Check the logs

gws project logs validation-app

5. Test the app

You can test in your browser the following links:

  • local-project.com - landing page
  • local-project.com/waiting - wait-list page
  • local-project.com/blog - the blog