
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
react-semantic.ui-starter
Advanced tools

Fullstack isomorphic boilerplate with server-side rendering and lazy-loading for your new Progressive Web App.
react-semantic-ui?TL;DR: You're always free to use your own UI framework. The starter is "UI-framework-agnostic".
UI framework comparison here.
postcss.config.js)# clone repo without full git history
git clone --depth=1 https://github.com/Metnew/react-semantic.ui-starter.git
cd react-semantic.ui-starter
# You can remove .git folder if you don't want to pull new features or need your own repo
# to remove folder run: rm -rf .git
# install dependencies
npm install
npm run dev # run both frontend and server in dev mode(using `concurrently`)
npm run frontend_dev # run frontend in dev mode.
npm run server_dev # run server in dev mode
npm run build # build both frontend and server
npm run frontend_build # build frontend
npm run server_build # build server
# npm run build - at first build app.
npm run start # run app. You need already built app for this!
# then visit localhost:4000 in your browser, if you didn't specify PORT env var
If you use now on OSS(free) plan - you will run out of memory on npm run build. I recommend you to disable some non-critical plugins (ModuleConcatenationPlugin, SriPlugin, FaviconsWebpackPlugin). Demo that was deployed to "now"
npm run test # run tests with Jest, BASE_API env var is required!
eslint-loader is already included in webpack, but if you want to lint code without webpack:
npm run lint:styles # lint styles with Stylelint
npm run lint:scripts # lint scripts with ESlint
Powered by ESDoc.
npm run docs # generate docs and `serve`
ENV vars are very important for configuration.
GA_ID: Your Google analytics ID.
BASE_API: /api/v1 by default. App uses this path for requests with relative urls
SENTRY_PUBLIC_DSN: Your Sentry public DSN.
APP_LANGUAGE: en by default. Build app with this language. Check /i18n folder and i18n-webpack-plugin.
ANALYZE_BUNDLE: Run webpack-bundle-analyzer after build.
PORT: Port on which your app run.
JWT_SECRET: JWT_SECRET :smile:
BASE_API: App uses this path for requests with relative urls.
SENTRY_PUBLIC_DSN: Your Sentry public DSN.
SENTRY_DSN: Your Sentry full(private) DSN for server-side error handling.
APP_LANGUAGE: Language of your app.
DIST_PATH: (by default: /dist/client/<APP_LANGUAGE>). Path where server search for the index.html of your built app.
Some guides are already finished, some aren't. I update branch very often, so improved docs and explanations will be very soon.
npm run dev?react-semantic-ui?Have a question? Ask! :wink:
Any help is highly appreciated because the project still has only one maintainer (ha-ha, yeah it's me :smiling_imp:). PRs and issues are always welcome.
Vladimir Metnew vladimirmetnew@gmail.com
MIT
FAQs
React/Redux/Jest/Webpack/Semantic.UI boilerplate/example.
We found that react-semantic.ui-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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.