Repository with all the boilerplates generated by julseb-cli
. All those boilerplates are using TypeScript
.
Run:
$ npx @julseb-lib/julseb-cli@latest <your-project-name>
Run:
$ npm i -g @julseb-lib/julseb-cli
And use like this:
$ julseb-cli <your-project-name>
- JulSeb Library: Basic components library
-
JulSeb utils: Utils functions for your app. On client side, those functions are imported from
@julseb-lib/react
- Plop: Generate components and other
- JulSeb Library: Basic components library
- Axios: Util package to make more easily API calls
- Styled Components: Used for styling your components
- React Router: Routing for client app
- React + GraphQL
- Next.JS
- Vue