mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 03:12:01 +03:00
Update getting-started.md
This commit is contained in:
parent
55ca535ba7
commit
c2e78f4e2b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user