Click here to see the live demo on Netlify!
- Docs: using the Redwood Router, handling assets and files, list of command-line tools, and more.
Clone the repo:
git clone https://github.com/oguzhnatly/redwood-blog.git
cd redwood-blog
Install dependencies:
yarn install
Create a local SQLite database and seed it:
yarn redwood db up
yarn redwood db seed
Fire it up
yarn redwood dev
Your browser should open automatically to http://localhost:8910
to see the web app. Lambda functions run on http://localhost:8911
.
WARNING: RedwoodJS software has not reached a stable version 1.0 and should not be considered suitable for production use. In the "make it work; make it right; make it fast" paradigm, Redwood is in the later stages of the "make it work" phase.