Update getting-started.md

This commit is contained in:
Ryan Haskell-Glatz 2020-08-06 16:59:26 -05:00 committed by GitHub
parent 55ca535ba7
commit c2e78f4e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,14 @@ Getting started with __elm-spa__ is easy! Make sure you have the latest stable v
npx elm-spa init
```
After choosing your folder name and UI library, you can enter the new folder and run:
```
npm start
```
That's it- your new SPA will be live at `http://localhost:8000`.
## Project Structure
This one-time command will create a new project in a folder called `our-elm-spa`. Here's an overview of that folder: