Skip to content

nardoayala/react-base

Repository files navigation

⚛ React base boilerplate

License: MIT

Sensible React boilerplate using Webpack 5, Babel, PostCSS and Sass with a hot dev server and an optimized production build.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

React

  • react - JavaScript library for building user interfaces.
  • react-dom - Package that provides DOM-specific methods.

Babel

Eslint

Loaders

Plugins

Author

License

This project is open source and available under the MIT License.

About

⚛ A sensible React boilerplate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published