// Redwood is the open source, full-stack web framework designed to help you grow from side project to startup.
// Create a Redwood project with yarn create redwood-app:
yarn create redwood-app my-redwood-project
// Prefer TypeScript?
yarn create redwood-app my-redwood-project --typescript
//Then change into that directory and start the development server:
cd my-redwood-project
yarn redwood dev