Skip to content

Commit c02617d

Browse files
authored
Merge pull request #11 from ProgrammingProject1-2021/develop
ver 1.0
2 parents 80e0e33 + 2cfa2fa commit c02617d

30 files changed

+11352
-1055
lines changed

.ebignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# dependencies
2+
node_modules/
3+
# repository/project stuff
4+
.idea/
5+
.git/
6+
.gitlab-ci.yml
7+
README.md
8+
# misc
9+
.DS_Store
10+
# debug
11+
npm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*
14+
# local env files
15+
.env.local
16+
.env.development.local
17+
.env.test.local
18+
.env.production.local
19+
# non prod env files
20+
.env.development
21+
.env.test

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
unsafe-perm=true

.prettierrc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ semi: false
55
bracketSpacing: true
66
jsxBracketSameLine: true
77
resolveGlobalModules: false
8+
printWidth: 120

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# Programming Project - Frontend
2+
3+
url link for github: https://github.com/ProgrammingProject1-2021/Frontend
4+
url link for deployed project: http://frontend-dev22.ap-southeast-2.elasticbeanstalk.com/

0 commit comments

Comments
 (0)