Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

digiaonline/react-foundation-docs

Repository files navigation

React + Foundation documentation

Build

Documentation for React + Foundation.

Installation

Run the following command to install the dependencies:

npm install

Usage

Development server

Run the following command to start the development server:

npm start

Distribution build

Run the following command to build the distribution build:

npm run dist

Run the following command to serve the distribution build on http://localhost:5000/:

npm run serve

Linting

Run the following command to run lint the code:

npm lint

Credits