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

Latest commit

 

History

History
49 lines (30 loc) · 940 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 940 Bytes

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