A minimal but opinionated quick start template for frontend projects.
- Webpack
- Typescript
- React, React Router, React Query
- Emotion for styled components
- Clone this repository
$ git clone --depth=1 [email protected]:filp/frontend.git your-project-name
- Install dependencies
$ cd frontend
$ yarn
- Start the development server
$ yarn serve
- You're ready to go!
- 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