Skip to content

hackatbrown/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

React-starter

Hi, welcome to Hack@Brown's React starter kit! We will go over how to set up and start your React app, as well as other useful packages.

React is the most prevalently used Javascript Library to construct high-quality UIs. The main goal of this kit is to provide you with the necessary tools and versatile basis from where you can launch off and learn more via experimentation. For any further questions, feel free to ask someone or refer to the official React documentation.

Getting Started

There are two main ways you can start using React. One is by adding it to a pre-existing HTML file or using Create React App.

This repository contains an off-the-shelf React app installed with npm and Typescript. This configuration is common, but you can refer to the React docs if you prefer to use other packages such as yarn. If you'd like to get started right away with a basic configuration, you can simply clone this repository and run npm install && cd my-app && npm start to start your app!

Supplemental packages

React supports many amazing frameworks for building robust full-stack applications. Here are some popular ones:

Next.js:

Next.js is a great tool for page routing. You can add Next to your React app by following these instructions and learn more about implementing routing navigation here.

Tailwind CSS:

Tailwind CSS is a CSS framework that allows for inline CSS styling. Tailwind is a great tool for writing faster, custom CSS. You can add Tailwind to your React app by following these instructions.

Material UI:

Material UI provides example templates for React components and simple pages such as buttons, alerts, sign-up pages, etc. You can use these templates as they come or customize them. You can add Material UI to your React app by following these instructions and access the components by opening the sidebar.

About

Starter kit for using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published