Update README.md

This commit is contained in:
Ryan Haskell-Glatz 2021-02-03 21:49:31 -06:00 committed by GitHub
parent 83873175da
commit 9c1cf3c15a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,20 +6,20 @@
npm install -g elm-spa@beta npm install -g elm-spa@beta
``` ```
# **At a glance** # **Quick start**
## **1. Create a new project** ## **1. Create a new project**
```bash ```bash
mkdir your-new-app mkdir your-new-project
cd your-new-app cd your-new-project
elm-spa new elm-spa new
``` ```
## **2. Check out the new files** ## **2. Check out the new files**
```bash ```bash
your-elm-app/ your-new-project/
- elm.json - elm.json
- src/Pages/Home_.elm - src/Pages/Home_.elm
- public/index.html - public/index.html