Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 882 Bytes

README.md

File metadata and controls

60 lines (37 loc) · 882 Bytes

React Boilerplate

Description

This is a simple boilerplate for just Download the necessary packages and start a react project.


Requirements

The boilerplate has been tested in the following enviroment

  • node version ^8.0
  • npm version ^3.5

Current Features

  • Supports import css files
  • Supports all jsx syntax and modern javascript
  • eslint configured in the project
  • Supports import and compress images
  • Bootstrap 4.1.2 is included via cdn

Usage

Run the following commands to use the boilerplate.

  • Install the dependencies.
npm install
  • For build a index.html file with the bundle.js.
npm run build
  • For start the development server.
npm run start:dev
  • Format the project.
npm run lint:fix

Contribution

If You want contribute with the project please fork and send me a pull request! :).