This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

nitrate

0.0.1 • Public • Published

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

  1. ReactJS
  2. Vite
  3. TailwindCSS
  4. 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)

  1. Create a project using the following command:

    npx nitrate new YOUR_PROJECT_NAME
  2. Navigate to your directory and install dependencies with the following command:

    yarn
    # OR
    npm i
  3. 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.

Package Sidebar

Install

npm i nitrate

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

8.41 kB

Total Files

14

Last publish

Collaborators

  • ranjithrd03