Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

apvarun/ReactRouterStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React - Router Starter

Starter App for React projects with routing options, managed by Webpack and transpiled by Babel

Getting Started

Features

  • React for the view
  • React Router for URL routing
    • With support for route-based code splitting
    • react-loadable for loading placeholders
  • Webpack 3 for bundling
  • Babel for ES6 and ES7 transpiling
  • Webpack dev server for hot-reloading

Prerequisites

  • Node
  • NPM or Yarn

Installing

git clone https://github.com/apvarun/ReactRouterStarter.git
cd ReactRouterStarter
yarn

Deployment

yarn run build

Supported Commands

yarn run <script> Description
build Build the project and output the files to the dist folder.
dev Spins up a hot-reloading live server at localhost:8080 for development.
analyse Generates the Stats.json file that talks about what teh bundle consists of. Use the Visualizer by Chris to analyse the output file.

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Starter App for React projects with routing options, managed by Webpack and transpiled by Babel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published