
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Nitrate is a simple React starter that won't get in your way. It comes built in with some great technologies, and is super simple to install and use.
You can create a new project using the npx command that Nitrate offers, or manually clone this repo yourself (see instructions below)
Create a project using the following command:
npx nitrate new YOUR_PROJECT_NAME
Navigate to your directory and install dependencies with the following command:
yarn
# OR
npm i
Start the application using the following command:
yarn dev
# OR
npm run dev
Otherwise, you can directly clone this repository using
You'll have to (i) remove the cli folder, the .git folder, and the LICENSE file, (ii) modify README.md with something relevant, and (iii) uninstall the dependency lithium-cli.
That's all that Nitrate's about. If you liked Nitrate, please do checkout Lithium, my other project upon which Nitrate's CLI is built upon.
FAQs
A really easy way to start a modern React project
We found that nitrate 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.