# rollup-babel-eslint-jest-flow-template **Repository Path**: greatbody/rollup-babel-eslint-jest-flow-template ## Basic Information - **Project Name**: rollup-babel-eslint-jest-flow-template - **Description**: A template using rollup babel eslint jest flow to build nodejs app - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction This is a template to build nodejs app # Pre-requirements - VSCode installed - VSCode Plugin Installed - ESLint - Flow Language Support - Node Installed - NPM Installed - Git Installed # Usage > Step 1 ```bash git clone git@github.com:greatbody/rollup-babel-eslint-jest-flow-template.git ``` > Step 2 ```bash npm install ``` > Step 3 ```bash npm run build ``` > Step 4 ```bash node dist/index.js ```