Skip to content

eric-at-nocoast/zendesk-react-boilerplate

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published