-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |