mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 13:21:42 +03:00
Merge pull request #239 from zeshhaan/patch-1
Add clarity on installing dependencies
This commit is contained in:
commit
8bca5e3555
@ -4,9 +4,12 @@ You can create a fresh `elm-pages` project with the `init` command.
|
||||
|
||||
```shell
|
||||
npx elm-pages init my-project
|
||||
cd my-project
|
||||
npm install
|
||||
npm start # starts a local dev server using `elm-pages dev`
|
||||
```
|
||||
|
||||
This will create a new project in `my-project/`. You can then start a dev server and add new routes using these CLI commands.
|
||||
This creates a new project in `my-project/` and starts the dev server. You can then add new routes using the CLI commands below.
|
||||
|
||||
## CLI commands
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user