Skip to content

A simple version of react boilerplate with foundation and jest.

Notifications You must be signed in to change notification settings

aohua/react-simple-starter-kit

Repository files navigation

React simple starter kit

A simplest version of react boilerplate

Getting Started

You will need to install a few packages on Atom to support eslint.

Prerequisites

  • linter-eslint 8.1.7
  • linter 2.1.4
  • linter-ui-default 1.2.4
  • intentions 1.1.2
  • busy-signal 1.4.1

Recommended but not required

  • autocomplete-modules 1.6.8
  • pigments 0.39.1

Installing

yarn install / npm install

Running the develop server

npm start

Global css settings

All the css global variables should be located inside app/settings.css

And import it in other components and containers.

Example:

@value primary-color from '../../settings.css';

About

A simple version of react boilerplate with foundation and jest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published