GitXplorerGitXplorer
s

react-starter-project

public
4 stars
1 forks
11 issues

Commits

List of commits on branch main.
Verified
87e45335d774f8e21d9cfd90867043b39370510f

Create codeql-analysis.yml

ssoftchris committed 3 years ago
Unverified
ff168eb87f322c222e4a174662e6c0a8d9252482

adding babelrc

ssoftchris committed 4 years ago
Unverified
b800dd89a67c4cdb2e83e3d2d2ddf4d840dd9c79

fixing dist

ssoftchris committed 4 years ago
Unverified
85813dd1654690519ef3da91bf6fae1afd0b481e

add dist

ssoftchris committed 4 years ago
Unverified
01bdaf6bf08dff7f637de89bd85ff0d64aec993f

logo

ssoftchris committed 4 years ago
Unverified
93599a98cdcddd7433a734c0715ab923d980b12a

first commit

ssoftchris committed 4 years ago

README

The README file for this repository.

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