Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
react-ant-design-starter
Advanced tools
This project was modified from boilerplate created by create-react-app
This project was modified from boilerplate created by Create React App.
.babelrc
file for babel configuration.config/jest.config.js
file for jest configuration.raf
polyfill for jest test.git clone https://github.com/yugasun/react-ant-design-starter.git my-app
cd my-app
yarn install
After creation, your project should look like this:
my-app/
README.md
node_modules/
package.json
.babelrc
.eslintrc.js
.eslintignore
config/ // include webpack config and jest config
public/
index.html
favicon.ico
scripts/
src/
__test__/ // test folder
App.test.js
App.css
App.js
index.css
index.js
logo.svg
For the project to build, these files must exist with exact filenames:
public/index.html
is the page template;src/index.js
is the JavaScript entry point.You can delete or rename the other files.
You may create subdirectories inside src
. For faster rebuilds, only files inside src
are processed by Webpack.
You need to put any JS and CSS files inside src
, otherwise Webpack won’t see them.
Only files inside public
can be used from public/index.html
.
Read instructions below for using assets from JavaScript and HTML.
You can, however, create more top-level directories.
They will not be included in the production build so you can use them for things like documentation.
In the project directory, you can run:
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
yarn analyze
Source map explorer analyzes JavaScript bundles using the source maps. This helps you understand where code bloat is coming from.
FAQs
This project was modified from boilerplate created by create-react-app
We found that react-ant-design-starter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.