The React single-page-application project template
-
Clone the repo:
git clone [email protected]:omni-door/tpl-spa-react.git
-
Install with npm:
npm install @omni-door/tpl-spa-react
-
Install with Yarn:
yarn add @omni-door/tpl-spa-react
folder | file |
---|---|
babel | babel.config.js |
commitlint | commitlint.config.js |
eslint | .eslintrc.js |
ignore | .eslintignore & .gitignore & .npmignore & .prettierignore |
jest | jest.config.js |
new | the standard templates for omni new command |
omni | omni.config.js |
package | package.json |
prettier | prettier.config.js |
readme | README.md |
source | the standard templates in src folder |
stylelint | stylelint.config.js |
tsconfig | tsconfig.json |
webpack | contain common , dev , prod webpack-config-file |