Skip to content
Alex Maslakov edited this page Feb 21, 2020 · 7 revisions

Launch

To run the project locally, go to 'front' directory and run it from there.

# copy .env.example and insert correct config values into it
cp .env.example .env


# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

Config

Configuration data is stored in .env file in each project

/// (or in conf/{env}.env? - not clear)

Clone this wiki locally