Skip to content

A template for create React projects, ESlint and Webpack included.

Notifications You must be signed in to change notification settings

antoniojh10/react-base

Repository files navigation

React Template

Simple template for React projects.

It includes:

  • React.
  • ReactDOM.
  • Babel and Webpack.
  • ESLint.
  • Sass.

You only have to clone this repo and do:

npm install

Development

Run: npm start

An you will have a new tab in your browser with the http://localhost:9000

Prebuild

Change publicPath: '/react-base/' for publicPath: '/' before build.

Building Production

For the first time: npm run build:dll && npm run build

Next time you only need to do npm run build

About

A template for create React projects, ESlint and Webpack included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published