This project is deprecated. Please use Create React App to bootstrap your React projects.
Starter template for React applications.
- React User interface components
- React + Foundation Foundation as React components
- Redux Predictable state container
- Immutable Immutable collections
- Lodash Utility library
- Babel ES.Next transpiler
- Eslint Linting utility
- Webpack Module bundler
- Foundation CSS framework
- SASS CSS pre-processor
- Mocha Testing framework
- Chai Assertation library
Run the following command to install the dependencies:
npm install
Run the following command to start the development server:
npm start
Run the following command to build the distribution build:
npm run dist
Run the following command to run the test suite:
npm test
Alternatively you can run the test suite in watch mode:
npm run test:watch
See LICENSE.