Skip to content

hughfm/react-starter-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starter Lite

This is a minimal starter kit I use for rapid prototyping and small hobby projects. It relies on modern browser features and is not suitable for widespread production use.

Usage

git clone https://github.com/hughfm/react-starter-lite.git
cd react-starter-lite
npm install
npm run develop

What do you get?

In essence, this is just an HTML file with React included as a script tag.

When you write your JavaScript in src/, it will be processed by Babel and output into build/, where it will be served from.

All Babel does here is transpile JSX into plain Javascript. There's no transpiling to earlier ES versions, and no module bundling, so your browser needs to support ES6 and modules.

My base config for ESLint and deployment on Now are thrown in for good measure.

About

A minimal react starter project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published