Generate a new project.
https://docs.feathersjs.com/guides/basics/generator.html
Generate a new project. https://docs.feathersjs.com/guides/basics/generator.html
Install @feathersjs/cli
npm install -g @feathersjs/cli
Generate a new project
feathers cli will ask you some question, you can confirm all.
Update port from env
*we need this to deploy to heroku
Open src/index.js
Git push
git init git add . git commit -m "Create new feathers app"
Last updated