New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nitrate

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nitrate

A really easy way to start a modern React project

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Nitrate

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.

Technology

  • ReactJS
  • Vite
  • TailwindCSS
  • React Router

Usage

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.

Keywords

react

FAQs

Package last updated on 15 Aug 2021

Did you know?

Socket

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.

Install

Related posts