You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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