Skip to content
guohonghanusa edited this page Sep 27, 2017 · 6 revisions

Scaffolding tool for React App.

Original article to customize this create-react-app: Customizing create-react-app: How to Make Your Own Template

This helps you to kickstart new projects, prescribing best practices and tools to help you stay productive. We take care of providing everything needed to get started without any of the normal headaches associated with a manual setup.

As firm believers in good documentation and well thought out build processes, create-react-app includes support for linting, testing, minification and much more, so developers can focus on solutions rather than worrying about the little things.

Getting Started

  1. npm install --global create-react-app
  2. create-react-app --scripts-version svmx-react-scripts my-app
  3. cd my-app
  4. npm i -S svmx-react-scripts
  5. npm start
Clone this wiki locally