Skip to content

samir1498/old-school-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old School React Project

This is a simple React project following an old-school approach without using modern build tools like Webpack.

Table of Contents

Introduction

This project demonstrates a basic React setup without modern build tools, using a simple HTML file with script tags.

Features

  • Basic React component structure
  • Minimal configuration without a build tool

Getting Started

Prerequisites

  • Node.js and npm installed

Installation

Clone the repository and install dependencies:

git clone https://github.com/samir1498/old-school-react.git
cd old-school-react
npm install

Usage

  1. Run the build process:

    npm run build

    This command will transpile your JSX files and create the corresponding JavaScript files.

  2. Open the index.html file in your browser:

    • Navigate to the project directory in the terminal.
    • Open the index.html file in your preferred browser.
    open index.html

    Or simply double-click the index.html file in your file explorer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published