Update README.md

This commit is contained in:
2020-10-04 16:34:36 +03:00
committed by GitHub
parent 990ad47ace
commit ad1faaa17b

View File

@@ -13,6 +13,8 @@ First, install all of the dependencies with `npm i` and `cd frontend && npm i`
You also need to create a ormconfig.json and ormconfig.test.json (only if you want to run the tests). You can use ormconfig.example.json as an example (you only need to change the database connection settings)
Then start with `npm run dev` and visit http://localhost:1234
**or**
Parcel will be listening at http://localhost:1234, and koa at http://localhost:3000
Open the workspace in a remote docker container using VSCode - everything should be set up for you.
Then start with `npm run dev` and visit http://localhost:1234 (Parcel dev server is listening at http://localhost:1234, and koa at http://localhost:3000)