Skip to content

OnurCem/simple-react-template

Repository files navigation

simple-react-template

Simple React project template with webpack configuration.

Getting Started

Install all dependencies:

npm install

Run the following command to start development server.

npm run start

You can create a production build with the below command. It bundles all files and puts output bundle to dist folder.

npm run build

Features

  • Ready to code
  • Simple as possible, no code bloat
  • Hot Module Replacement (HMR)
  • webpack-dev-server for development environment
  • Babel compiler
  • core-js polyfills
  • SASS support

About

Simple React project template with webpack configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published