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:
- Elder.js source is here: https://github.com/elderjs/elderjs
- Elder.js Docs are on ElderGuide.com
To create a new project based on this template using degit:
npx degit Elderjs/minimal elderjs-minimal
cd elderjs-minimal
npm install # or just yarn
npm start # or npm run dev for dev enviro.
Navigate to localhost:3000. You should see your app running.