/react-boilerplate

Quickly start a react project with this boilerplate

Primary LanguageJavaScriptOtherNOASSERTION

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