mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-26 12:43:20 +03:00
Update README.md
This commit is contained in:
parent
83873175da
commit
9c1cf3c15a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user