Documentation for React + Foundation.
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