invoker-ignite
v0.0.2
Published
The easiest and fastest way to create new web projects with @invoker/ssr, @invoker/gatsby, and @invoker/csr
Downloads
1
Readme
Create Ueno 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
- Root resolver (import
components/header/Header
) - Server Side Rendering
- Code splitting
- React hooks
Getting Started
Install the CLI:
yarn global add create-ueno-app
Choose your stack (gatsby/next/cra/native) and create your project:
create-ueno-app gatsby my-app
Documentation
The documentation is available here on GitHub Pages.