Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
torabian committed Jul 20, 2024
1 parent 3792420 commit bd988b3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# v1.1.26

Add's the React.js and React native project building. For example:

To create a 'front-end' folder inside project with react.js:
```
fireback new --ui
```

Similar, you can add also a react native project inside the new project:
```
fireback new --app
```

Both projects will have a similar structure, and include a copy of fireback UI components,
hooks, and you can modify them.

0 comments on commit bd988b3

Please sign in to comment.