Skip to content

asadcr/ReactJS-Starter-Kit

Repository files navigation

ReactJS-Starter-Kit

A boilerplate for building React apps with ES6 and webpack.

What you get

  • React 15.6.1
  • ES6 to ES5 via babel JS Transpiler
  • Webpack with other useful loaders
  • Basic architecture with app actions, stores and example web API usage
  • React router
  • Material UI
  • ESLint for Strong Conventions

Getting started

Installing with git

git clone --depth=1 https://github.com/asadcr/ReactJS-Starter-Kit my-project

npm scripts

  • npm start - Start the app in at http://localhost:6001
  • npm run start-dev - Builds and Runs the app in development mode with NodeMon
  • npm run build-dev - Runs a development version of webpack

Conventions

  • Use fat arrows for anonymous functions
  • Don't use var. Use let and const.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published