Adding Node.js Projects
Seed provides first-class support for Node.js projects. We currently support:
- Node.js 12.x, 10.x, 8.10, & 6.10
- Dependencies built using npm. We also support private npm modules.
- Unit tests via the
npm run test
command. You can read more on running tests here. - Most common Serverless plugins including, Serverless Webpack.
Seed auto-detects the package manager. If a yarn.lock
is found then Yarn will be used, And if package-lock.json
is found then npm will be used. If neither are found then Seed defaults to npm.
We also have a popular starter project you can use - Serverless Node.js Starter.
Help improve this page. Edit it with GitHub
Was this page helpful? Let us know via Twitter
Having trouble configuring deployments for your Serverless apps? Let Seed do it for you!
Learn More