ezisezis / react-boilerplate

React boilderplate taken from react-create-app with few additions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerplate

Codebase for a simple React App

Contents

Based on create-react-app, react-router-config and ant-design, also includes a scss processor and a configured linter.

Installation

  • With yarn:
yarn install
  • With npm:
npm install

Run the app

  • With yarn:
yarn start
  • With npm:
npm start

About

React boilderplate taken from react-create-app with few additions


Languages

Language:HTML 66.1%Language:JavaScript 30.7%Language:CSS 3.2%