
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@edx/frontend-create-react-app
Advanced tools
πͺ πͺ πͺ
frontend-create-react-app simplifies the creation of new frontend applications at edX by providing a CLI to generate a new instance of the edX frontend cookie cutter.
npm install @edx/frontend-create-react-app --global
Execute frontend-create-react-app via the command line and then follow the configuration options.

The outputted starter application should look like
βββ Dockerfile
βββ LICENSE
βββ Makefile
βββ config
| βββ webpack.common.config.js
| βββ webpack.dev.config.js
| βββ webpack.prod.config.js
βββ docker-compose.yml
βββ package-lock.json
βββ package.json
βββ public
| βββ index.html
βββ src
βββ App.scss
βββ components
| βββ CommentDetails
| | βββ index.jsx
| βββ CommentSearch
| | βββ index.jsx
| βββ ToggleablePosts
| βββ ToggleablePosts.test.jsx
| βββ index.jsx
βββ containers
| βββ CommentSearchPage
| | βββ index.jsx
| βββ DisclosurePage
| | βββ DisclosurePage.scss
| | βββ DisclosurePage.test.jsx
| | βββ index.jsx
| βββ PostsPage
| βββ index.jsx
βββ data
| βββ actions
| | βββ comment.js
| | βββ posts.js
| | βββ posts.test.js
| βββ constants
| | βββ actionTypes
| βββ reducers
| | βββ comment.js
| | βββ index.js
| | βββ posts.js
| | βββ posts.test.js
| βββ store.js
βββ index.jsx
βββ setupTest.js
To start the application run
make up
This will spin up the Docker container for the new web application.
You should see something like

on port 1991.
At this point, the new web application should mirror the edx/frontend-cookie-cutter-application.
FAQs
A CLI to generate a React application for edX.
We found that @edx/frontend-create-react-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Β It has 11 open source maintainers 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.