giuband / react-router-boilerplate

A boilerplate for immediately starting using React and React Router with Webpack. Basic styling and project structure already present in order to give a better idea to newcomers on how to use the code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-router-boilerplate

A boilerplate for using React, React-router with Webpack, which is configured for both development and deployment. Some other really packages are installed, such as:

  • Jasmine and Karma, for running tests
  • autoprefixer, normalize.css and sass-loader for using and automatically adding vendor prefixes to the .scss files
  • React hot loader for hot reloading of React components
  • ESlint with the airbnb configuration

Installation

Clone the project and run:

npm install

Then use

npm start

to run a development server with hot reloading, or

npm run deploy

to generate the final static files.

About

A boilerplate for immediately starting using React and React Router with Webpack. Basic styling and project structure already present in order to give a better idea to newcomers on how to use the code.

License:MIT License


Languages

Language:JavaScript 78.0%Language:CSS 20.6%Language:HTML 1.4%