Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !5696

feature/ added typescript toggle and path overrides

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/theboyWhoCriedWoolf/master into master Nov 03, 2018
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 4

Created by: theboyWhoCriedWoolf

Added two simple things:

  1. Added the ability to disable typescript
  2. Specify custom path overrides

The reason for this is currently create-react-app is really difficult to use with any backend setup without having to have multiple project folders each with their own package.json and dependencies.

I would like to be able to harness the power and zero configuration of react-scripts, but also want to have the freedom and control to run my express server.

This simple override allows me to run my node setup using typescript and my UI using flow or without type checking at all. It also enables me to change the folder structure to allow a better client/server structure for development and build.

This may not be a desired implementation but it would be useful for me to have these features enabled so thought I would at least submit the proposal.

Thanks

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/theboyWhoCriedWoolf/master