Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 694 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 694 Bytes

Frontend template

This is a simple react/redux/jwt template to start a project quickly

Table of contents:

SETUP How to use this template

  1. Create a new project based on this template using the Use this template button

HOW_TO_USE

  1. Clone the app
git clone [email protected]:YOUR_GITHUB_NAME/YOUR_PROJECT_NAME.git
  1. cd into your project
cd YOUR_PROJECT_NAME
  1. install dependencies
npm install
  1. Start development server with npm start
npm start