serverless-esbuild
π¨ A Serverless framework plugin to bundle JavaScript and TypeScript with extremely fast esbuild
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- pull.yml
- release.yml
- FUNDING.yml
- commit-msg
- pre-commit
- .gitignore
- complete.test.ts.snap
- individually.test.ts.snap
- minimal.test.ts.snap
- complete.test.ts
- individually.test.ts
- Makefile
- minimal.test.ts
- modules.d.ts
- index.ts
- .gitignore
- package.json
- README.md
- serverless.yml
- .gitignore
- config.js
- hello1.ts
- hello2.ts
- package.json
- serverless.yml
- .gitignore
- hello1.ts
- hello2.ts
- package.json
- plugins.js
- serverless.yml
- .gitignore
- index.js
- package.json
- README.md
- serverless.yml
- index.ts
- npm.ts
- packager.ts
- pnpm.ts
- yarn.ts
- index.test.ts
- npm.test.ts
- yarn.test.ts
- bundle.test.ts
- helper.test.ts
- index.test.ts
- pack.test.ts
- pre-local.test.ts
- type-predicate.test.ts
- util.test.ts
- effect-fs.ts
- bundle.ts
- constants.ts
- declarations.d.ts
- helper.ts
- index.ts
- pack-externals.ts
- pack.ts
- pre-local.ts
- pre-offline.ts
- type-predicate.ts
- types.ts
- utils.ts
- .all-contributorsrc
- .commitlintrc.yml
- .editorconfig
- .eslintignore
- .eslintrc.yml
- .gitignore
- .npmrc
- .releaserc.yml
- jest.config.e2e.js
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/floydspace/serverless-esbuild
Downloads the entire project code from GitHub to your computer.
cd serverless-esbuild
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add --dev serverless-esbuild esbuild
Type this command into your terminal and run it.
npm install -D serverless-esbuild esbuild
Downloads and installs the libraries listed in package.json.
pnpm install -D serverless-esbuild esbuild
Downloads and installs the libraries listed in package.json.
packager: yarn
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
