# Gitee Go Nodejs 使用示例 **Repository Path**: gitee-go/node-js ## Basic Information - **Project Name**: Gitee Go Nodejs 使用示例 - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 56 - **Created**: 2021-11-16 - **Last Updated**: 2025-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React, webpack Full documentation about it [here](fhttps://mochajs.org/#-require-module-r-module) ## Commands - `npm run build` - run webpack using the local `webpack.config.js` file. Builds the client-side code into `/lib`. - `npm start` - builds the code and opens `index.html` inside the browser. - `npm test` - run the tests using the local `.mocharc.js` config file. As the config includes the Babel transpilation hook `@babel/register` it does not require pre-compilation before running. ## Makes use of - [babel](https://babeljs.io/) - transpilation - [enzyme](https://airbnb.io/enzyme/) - React component testing library - [chai](https://www.chaijs.com/api/assert/) - assertion library - [jsx](https://reactjs.org/docs/introducing-jsx.html) - syntax extension to JavaScript