How do I create an archive page for standard posts?

Create a template with a WP_Query to get posts with post type “post” then create a page and assign that template to that page.

Templates:
https://codex.wordpress.org/Templates

Query by post type:
https://codex.wordpress.org/Class_Reference/WP_Query#Type_Parameters