Readme file
This commit is contained in:
parent
7253949f17
commit
7d244a31aa
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,6 +18,8 @@
|
|||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
|
||||||
|
.vscode
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
// Use IntelliSense to learn about possible attributes.
|
|
||||||
// Hover to view descriptions of existing attributes.
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"type": "pwa-chrome",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "Launch Chrome against localhost",
|
|
||||||
"url": "http://localhost:3000",
|
|
||||||
"webRoot": "${workspaceFolder}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -54,13 +54,20 @@ We care about our code appearance in text editor. That's why we are placing some
|
|||||||
additional comments to seperate code parts using next style:
|
additional comments to seperate code parts using next style:
|
||||||
|
|
||||||
/\* -------------------------------------------------------------------------- \*/
|
/\* -------------------------------------------------------------------------- \*/
|
||||||
|
|
||||||
/\* User service functions \*/
|
/\* User service functions \*/
|
||||||
|
|
||||||
/\* -------------------------------------------------------------------------- \*/
|
/\* -------------------------------------------------------------------------- \*/
|
||||||
|
|
||||||
Or
|
Or
|
||||||
|
|
||||||
/\*-------------------------------- Hello --------------------------------\*/
|
/\*-------------------------------- Hello --------------------------------\*/
|
||||||
|
|
||||||
Or
|
Or
|
||||||
|
|
||||||
/\*-----------------------------------------------------------------------\*/
|
/\*-----------------------------------------------------------------------\*/
|
||||||
|
|
||||||
|
|
||||||
To place such comments for division code sections use [this](https://marketplace.visualstudio.com/items?itemName=stackbreak.comment-divider) extention.
|
To place such comments for division code sections use [this](https://marketplace.visualstudio.com/items?itemName=stackbreak.comment-divider) extention.
|
||||||
|
|
||||||
## Domain folder structure
|
## Domain folder structure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user