zengraphic / react-boilerplate

πŸš€ Quickly start a react project with this boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-boilerplate

A super simple React Project setup using webpack 2.

It compiles scss into css and ES6 into ES5.

NOTE: v1 is available on the v1 branch

Installation

Download the repository to your computer.

In your console, enter:

npm install

Usage

To start the server:

npm run dev

This will start a server on http://localhost:8080. It will reload when you change your modules.

To build for production:

npm run build

The build script will produce an index.html, css file and JavaScript file in the dist file. Ready to deploy.

To lint your JavaScript:

npm test

Features

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

About

πŸš€ Quickly start a react project with this boilerplate

License:Other


Languages

Language:JavaScript 88.0%Language:HTML 10.5%Language:CSS 1.5%