Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

tsevdos/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React boilerplate

dependencies Status devDependencies Status

React boilerplate is a super basic, unopinionated React boilerplate with minimal webpack configuration (that you can actually read and understand). It comes with all the bare minimum such as linting, hot reloading and web-pack-dev server.

Features

  • React
  • ES6 (es2015) using babel
  • Linting using eslint (airbnb config)

Installation

npm install
npm run build # creates the dist directory, read note below
npm start
open http://localhost:8080

Note: You need to create the dist directory, because webpack-dev-server is configured to serve dist directory.

Tasks

  • npm start starts the development server. Navigate to http://localhost:8080 and start working on your project
  • npm run lint lints your .js files
  • npm run build builds/bundles your app to the ./dist directory`

About

A really simple Boilerplate for ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published