/react-boilerplate

A Non-CRA React app boilerplate Starter

Primary LanguageJavaScriptMIT LicenseMIT

react-boilerplate

A Non-CRA React app boilerplate starter.

This is a boilerplate for application that want to be created without using create-react-app. The project dependency includes

  • Webpack
  • Babel
  • Css-Loader
  • Style-Loader
  • Html-Webpack-Plugin

Steps to use it

  • Clone the repository

git clone https://github.com/kishore-devaraj/react-boilerplate

  • Install the dependency

npm install

  • Run the dev server

npm start