Skip to content

Commit

Permalink
Rename dev-index.html to public/dev.html
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Mar 12, 2020
1 parent bbceed8 commit dd0dd15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ dump.rdb
# Ignore compiled assets
/public/assets

# Ignore dev index.html file
/public/index.html

# Ignore user uploads
/public/uploads/*
!/public/uploads/.keep

.vscode
.vscode
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ This repo contains the core code used in the web app, as well as the Electron-ba
**Instructions:**

1. Clone the repo
2. `cp dev-index.html public/index.html`
3. `npm install`
4. `npm start`
2. `npm install`
3. `npm start`

Open your browser to http://localhost:3000.
Then open your browser to `http://localhost:3000/dev.html`.

---

Expand Down
File renamed without changes.

0 comments on commit dd0dd15

Please sign in to comment.