Rename dev-index.html to public/dev.html

This commit is contained in:
Baptiste Grob
2020-03-12 18:09:53 +01:00
parent bbceed8c42
commit dd0dd1579d
3 changed files with 4 additions and 8 deletions

5
.gitignore vendored
View File

@@ -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

View File

@@ -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`.
---