Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 687 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 687 Bytes

frontend

A minimal but opinionated quick start template for frontend projects.

Components:

  • Webpack
  • Typescript
  • React, React Router, React Query
  • Emotion for styled components

Getting started:

  1. Clone this repository
$ git clone --depth=1 [email protected]:filp/frontend.git your-project-name
  1. Install dependencies
$ cd frontend
$ yarn
  1. Start the development server
$ yarn serve
  1. You're ready to go!

Things you may want to do next:

  • Review webpack.config.js - it's a good start, but probably won't fit your needs exactly
  • Setup your test process
  • Update package.json with your project's name and description