├── .gitignore ├── .prettierrc.json ├── Clone Repo.md ├── GIT COMMANDS.md ├── ParcelTemplate.md ├── README.md ├── package.json └── src └── index.html /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoITteacher/FS-98/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoITteacher/FS-98/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /Clone Repo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoITteacher/FS-98/HEAD/Clone Repo.md -------------------------------------------------------------------------------- /GIT COMMANDS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoITteacher/FS-98/HEAD/GIT COMMANDS.md -------------------------------------------------------------------------------- /ParcelTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoITteacher/FS-98/HEAD/ParcelTemplate.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoITteacher/FS-98/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoITteacher/FS-98/HEAD/package.json -------------------------------------------------------------------------------- /src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoITteacher/FS-98/HEAD/src/index.html --------------------------------------------------------------------------------