
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
react-parcel-app
Advanced tools
A simple starter to create react app, scalable, clean and easy to use with parcel, tests, react-router-dom, styled-components, etc.
Simple React boilerplate taking advantages of Parcel strengths. Include some commons packages use for React.js developement.
v2 (run and build your code, bundles size analyze, compiler, instant feedback, etc. see : https://v2.parceljs.org/).v17Chose a folder and create your application :
npx react-parcel-app app-name
Starts up the development server on http://localhost:3000 :
npm start
Creates a production-ready bundles with a /build folder :
npm run build
You can find an analyze of your bundles size in ./parcel-bundle-reports.
Clean up ALL your files located at /src/ with prettify (feel free to modify the prettier config and the scope of the script) :
npm run prettify
Tests are located in ./src/__tests__ .
They are written with Jest and testing-library.
You can change the config with the jest.config.js and setupTest.js files.
The current script command to launch tests is :
npm test
You need Node + npm and npx need npm 5.2+ and higher, those are the only requirements.
I use the parcel V2 version so some untracked bugs might be related to the new beta version.
Let me know if you encounter any problem as well as if you have feedbacks, you're welcome.
FAQs
A simple starter to create react app, scalable, clean and easy to use with parcel, tests, react-router-dom, styled-components, etc.
The npm package react-parcel-app receives a total of 0 weekly downloads. As such, react-parcel-app popularity was classified as not popular.
We found that react-parcel-app 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.