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 serve the distribution build on http://localhost:5000/
:
npm run serve
Run the following command to run lint the code:
npm lint
- Thanks to Nord Software and Digia for sponsoring initial development.