Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
create-jtoar-app
Advanced tools
[![RedwoodJS](https://raw.githubusercontent.com/redwoodjs/redwoodjs.com/main/publish/images/mark-logo-cover.png)](https://redwoodjs.com)
Redwood is an opinionated, edge-ready framework for modern multi-client applications, built on React, GraphQL, and Prisma with full TypeScript support and ready to go with zero config.
Want great developer experience and easy scaling? How about an integrated front- and back-end test suite, boilerplate code generators, component design, logging, API security + auth, and serverless or traditional deploy support? Redwood is here! Redwood works with the components and development workflow you love but with simple conventions and helpers to make your experience even better.
Redwood requires Node.js >=14.x <=16.x and Yarn v1.15 (or newer).
yarn create redwood-app redwood-project
cd redwood-project
yarn redwood dev
Contributors are Welcome! Get started here. And don't hesitate to ask for help on the forums and chat
Table of Contents
This package creates and installs a Redwood project, which is the entry point for anyone using Redwood. It has two parts:
create-redwood-app.js
template/
directoryFor information about contributing to the Redwood Framework in general, please start here.
v1 Priorities:
template/
codebase to TypeScriptThe installation script is built with Yargs
The project codebase in template/
uses Yarn Workspace v1 for a monorepo project containing the API and Web Sides. Redwood packages are included in template/package.json
, template/web/package.json
, and template/api/package.json
, respectively.
First, run the following commands in the root of the monorepo:
yarn install
yarn build
Then, we need to navigate to the create redwood app package and build the script:
cd packages/create-redwood-app
yarn build
Note: You can also use yarn build:watch
instead of yarn build
to watch for changes and rebuild automatically.
This will generate the create-redwood-app.js
file inside the dist
directory.
To use the script, run node
on that file (dist/create-redwood-app.js) and pass in the path to the new project:
node dist/create-redwood-app.js /path/to/new/redwood-app
Note: the new project will install with the most recent major Redwood package version by default
By default yarn create will pick the latest stable version to run, but you can specify a different version via yarn too!
To try the canary version, run:
npx create-redwood-app@canary /path/to/project
Note that this will still create a project with the latest stable version, but run the canary version of create-redwood-app, and is mainly useful for debugging this package, and not the redwood canary release.
You can specify any tag or version instead of @canary
There are three options for developing with the installed project:
1. Upgrade the project to use the latest canary release
cd /path/to/new/redwood-app
yarn rw upgrade -t canary
2. Use the workflow and tools for local package development
FAQs
[![RedwoodJS](https://raw.githubusercontent.com/redwoodjs/redwoodjs.com/main/publish/images/mark-logo-cover.png)](https://redwoodjs.com)
The npm package create-jtoar-app receives a total of 8 weekly downloads. As such, create-jtoar-app popularity was classified as not popular.
We found that create-jtoar-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.