Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

redwood js

// 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
Source by redwoodjs.com #
 
PREVIOUS NEXT
Tagged: #redwood #js
ADD COMMENT
Topic
Name
4+9 =