eric-at-nocoast / zendesk-react-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started with the React boilerplate

  1. Clone the application git clone https://github.com/eric-at-zd/react-boilerplate.git
  2. cd into the directory cd react-boilerplate
  3. Install the dependencies npm i

To run the local build:

  1. From within the app's directory run npm run watch
  2. Open another terminal window run npm run start

To build a production build:

npm run build

To run the test suite:

npm run test

About


Languages

Language:JavaScript 96.8%Language:HTML 2.5%Language:CSS 0.7%