Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 938 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 938 Bytes

Elderjs Blog Example

node version

This is a working example of elderjs blog example from my blog post

You can use this as a starting point or a template to quick start your blog or you can follow along the tutorial.

Get started

To create a new project based on this template using degit:

npx degit noxasch/elderjs-blog-example my-elderjs-blog
cd my-elderjs-blog

Install the dependencies:

npm install # or just yarn

Start Project:

npm start # or npm run dev for dev enviro.

Navigate to localhost:3000. You should see your app running.