Getting Started
Create your project and compactness the required dependencies.
Quick Installation
You can use npx CLI to install the React library framework. The npx ships with npm.
This lets you install packages and run commands in one step. You can use the following command to start creating a new project.
Note: npx requires npm version 5.2 or later. If you’ve installed the latest versions of Node and npm, you should also have npx. Otherwise, you should upgrade Node and/or npm.
Once the installation completes, you can add some tailwindcss
class utilities like tailwind-merge
and tailwindcss-animate
, then run http://localhost:3000
with your browser to start editing the project and using the oeri module utilities.
Learn
This project is based on the React.js library.
On web projects we recommend using Next.js, or Remix, or Gatsby framework. On native projects we recommend using Expo framework.
React has been designed from the start for gradual adoption. You can use as little or as much React as you need. You don’t need to install anything to play with React.
Framework and platform for mobile application development built on React Native. Expo provides a set of tools and services that simplify the process of creating, building, and distributing React Native applications.
A React-based framework that provides features for web application development, including server-side rendering (SSR), statistical rendering (SSG), and automatic routing. It is more than just a bundling tool, as it provides the structure and conventions for building complete web applications.
A modern bundling tool that supports various frameworks including React, Svelte, and others. It uses ES Modules to provide a very fast development server and relies on Rollup for production bundling.
TypeScript
This project and the components are written in TypeScript. We recommend using TypeScript for your project as well.