Skip to content

Commit b7b38da

Browse files
authored
Merge pull request #13 from karpolan/dev
Release 2.1.19
2 parents 3cd7491 + ec692df commit b7b38da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+3992
-19268
lines changed

.env.sample

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
2+
# Debug mode
3+
REACT_APP_DEBUG = true
4+
5+
# API/Backend basic URL
6+
REACT_APP_URL_API = http://localhost:3030/api
7+
8+
# Runtime helpers
19
REACT_APP_VERSION = $npm_package_version
2-
REACT_APP_URL_API = http://localhost:3030/api

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
# misc
1515
.DS_Store
16+
.env
1617
.env.local
1718
.env.development.local
1819
.env.test.local

package-lock.json

Lines changed: 2963 additions & 18916 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-typescript-material",
3-
"version": "2.0.15",
3+
"version": "2.1.19",
44
"description": "_DESCRIPTION_",
55
"author": {
66
"name": "Anton Karpenko",
@@ -21,7 +21,8 @@
2121
"scripts": {
2222
"start": "react-scripts start",
2323
"build": "react-scripts build",
24-
"dev": "npm i && react-scripts start",
24+
"dev": "react-scripts start",
25+
"dev:update": "npm i && react-scripts start",
2526
"format": "prettier ./src --write",
2627
"format:all": "prettier . --write",
2728
"lint": "eslint ./src --ext .js,.ts,.tsx",

public/browserconfig.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)