Generate a new project.
https://docs.feathersjs.com/guides/basics/generator.html
Install @feathersjs/cli
Generate a new project
mkdir my-new-app
cd my-new-app/
feathers generate app
? Project name my-new-app
? Description
? What folder should the source files live in? src
? Which package manager are you using (has to be installed globally)? npm
? What type of API are you making? (Press <space> to select, <a> to toggle all, <i> to invert selection)REST,
Realtime via Socket.io
? Which testing framework do you prefer? Mocha + assertUpdate port from env
Git push
Last updated
Was this helpful?