Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1020 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 1020 Bytes

Minimal Elder.js Template Project

node version

This is a minimal project template for Elder.js apps. If you are new you should start with the full template: https://github.com/elderjs/template For reference:

Get started

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

npx degit Elderjs/minimal elderjs-minimal
cd elderjs-minimal

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.