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.