Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

anyulled/react-boilerplate

Repository files navigation

React new UI Boilerplate

Quick start

  1. Clone this repo using git clone https://git.gft.com/alrs/react-boilerplate.git
  2. Run npm install to install dependencies and clean the git repo.
    We auto-detect yarn for installing packages by default, if you wish to force npm usage do: USE_YARN=false npm run setup
    At this point you can run npm start to see the example app at http://localhost:3000.
  3. Run npm start to run an htpp server on port 3000

Now you're ready to rumble!