Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wnederhof committed Apr 16, 2024
1 parent c78586a commit 6999511
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

We are very excited to have you here!

Basecode is a full-stack platform for creating web apps. The platform consists of several generators to generate the
basic structure of your web application.
Basecode is a full-stack platform for creating web apps using Java/Kotlin and React. The platform consists of several
generators to generate the basic structure of your web application.

(Code generated by) Basecode is:

Expand All @@ -16,8 +16,8 @@ basic structure of your web application.

Basecode generates code consisting of:

- Java / Kotlin
- GraphQL schema files
- Java / Kotlin + Spring Boot
- GraphQL schema files + DB migrations
- Typescript + React (through Next.js)

Finally, Basecode is open source ([MIT](LICENSE.md)).
Expand Down Expand Up @@ -65,7 +65,8 @@ For example:
basecode new com.example blog
```

By default, this will create a Kotlin + React project. However, Basecode can generate Java code by specifying `--backend java`. For example:
By default, this will create a Kotlin + React project. However, Basecode can generate Java code by
specifying `--backend java`. For example:

```
basecode new --backend java com.example blog
Expand Down

0 comments on commit 6999511

Please sign in to comment.