Skip to content

Uvacoder/react-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React minimal starter project

This is a starter for a React project. It's as minimal as it gets and uses Webpack and Babel

React logo

Use

  1. Clone this project

  2. Run npm install:

    npm install
  3. Run npm start:

    npm start

    This will launch a web server with HMR at http://localhost:8080.

  4. Your React is at src/index.js, edit away :)

Tutorial

If you want a tutorial on how to build this starter, check out this link:

https://github.com/softchris/react-book/blob/master/1-basics/setup.md#do-it-yourself

Also check Robin's tutorial, from which the above tutorial was inspired

https://www.robinwieruch.de/minimal-react-webpack-babel-setup/#react-with-webpack