#localhost
Run npm run start:local
.
This will apply the environment file defined in envs/local.json
.
When applied, the local environment file will initiatlize the app's InitialState with mock services for data fetching and authentication.
You do not have to worry about the backend. The mock backend applied by local.json
will fully replace the backend with mock data that YOU control.
It will take you to the first launch screen where you can implement the SVG.
Run docker-compose -f docker-compose.development.yml up