-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
b98f0a0
commit 89753ee
Showing
9 changed files
with
17 additions
and
34 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
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,20 +1,3 @@ | ||
[![logo](https://user-images.githubusercontent.com/937328/51313595-d7f90e80-1a45-11e9-8375-a94f03e52fc6.png)](https://ueno.co/?utm_source=github&utm_campaign=create-r3f-app) | ||
<br /><br /> | ||
![banner](https://user-images.githubusercontent.com/937328/51313594-d7f90e80-1a45-11e9-8d25-28583da916fa.png) | ||
<br /><br /> | ||
[![about](https://user-images.githubusercontent.com/937328/51540139-999c8e80-1e4d-11e9-866d-284657a34744.png)](https://ueno.co/contact/?utm_source=github&utm_campaign=create-r3f-app) | ||
<br /><br /> | ||
# Create R3F App | ||
|
||
# Create Ueno App | ||
|
||
[![npm version](https://badge.fury.io/js/create-r3f-app.svg)](https://badge.fury.io/js/create-r3f-app) | ||
|
||
The easiest and fastest way to create new web projects with `next`, `gatsby`, `create-react-app` and mobile projects with `react-native`. All of them powered with Ueno's configs. All of our starters kits are shipped with everything to ship rock solid apps. | ||
|
||
- Opinionated dependencies | ||
- SASS and CSS modules or Styled components | ||
- Root resolver (import `components/header/Header`) | ||
- Server Side Rendering | ||
- Code splitting | ||
- React hooks | ||
- Prettier, lint-staged, husky, stylelint | ||
[![npm version](https://badge.fury.io/js/create-r3f-app.svg)](https://badge.fury.io/js/create-r3f-app) |
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 @@ | ||
# Ueno Next Starter | ||
# R3F Next Starter |
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
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,15 +1,15 @@ | ||
# Usage | ||
|
||
Create Ueno App supports 1 stack: | ||
Create R3F App supports 1 stack: | ||
|
||
## Next | ||
|
||
NextJS with full server capabilities and static rendering. It uses [ueno-next-starter](https://github.com/ueno-llc/ueno-next-starter) as the base config. | ||
NextJS with full server capabilities and static rendering. It uses [r3f-next-starter](https://github.com/RenaudROHLINGER/r3f-next-starter) as the base config. | ||
|
||
```bash | ||
yarn create r3f-app next example-www <styled|sass> | ||
``` | ||
|
||
!> The `project-name` will be generated using the path you defined. e.g. `example-www` will be `exampleWww` as the name for the app. | ||
!> The `project-name` will be generated using the path you defined. | ||
|
||
!> The last argument is the `bundle-id` and is required. |
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
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
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
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