Skip to content

Commit 7bf24b9

Browse files
committed
first commit
0 parents  commit 7bf24b9

File tree

5,020 files changed

+552020
-0
lines changed

Some content is hidden

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

5,020 files changed

+552020
-0
lines changed

.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>spring-react-combo-app</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: java $JAVA_OPTS -jar target/dependency/webapp-runner.jar --port $PORT target/*.war

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Spring Boot-React-Starter
2+
3+
# This is a simple Spring Boot-React application
4+
5+
6+
# Setup is pretty simple.
7+
- Clone the repository
8+
- mvn clean install and mvn spring-boot:run
9+
- this will install all the dependencies you need
10+
11+
Tutorial for this repo can be found on medium:

basic-frontend-app/.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# testing
7+
/coverage
8+
9+
# production
10+
/build
11+
12+
# misc
13+
.DS_Store
14+
.env
15+
npm-debug.log*
16+
yarn-debug.log*
17+
yarn-error.log*
18+

basic-frontend-app/README.md

Lines changed: 1623 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)