Skip to content

rauschma/minimal-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal React project

Trying out the examples online: https://rauschma.github.io/minimal-react/build/

Installing the examples on your computer

  • Download and install Node.js (this also installs the npm package manager).
  • Install the npm packages that this repository depends on:
    cd minimal-react
    npm install
    

Running the examples locally

Building the examples

You can also create a stand-alone version of this web app that doesn’t need the development server to run:

npm run build

Afterwards, the complete web app is in directory minimal-react/build, ready to be deployed.

Technologies used in this project

This is an exhaustive list of dependencies:

Releases

No releases published

Packages

 
 
 

Contributors