Skip to content

aiavci/aliavciinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9cc4f4b · May 2, 2019

History

1 Commit
May 2, 2019
May 2, 2019
May 2, 2019
May 2, 2019
May 2, 2019
May 2, 2019
May 2, 2019
May 2, 2019
May 2, 2019
May 2, 2019
May 2, 2019

Repository files navigation

React-Static - TypeScript Template

To use this template, run react-static create and use the typescript template.

Path Aliases for Absolute Imports

react-static-typescript-plugin supports path aliases since v3.1. It has been set up in this template.

// tsconfig.json
{
  // ...
    "paths": {
      "@components/*": ["src/components/*"]
    },
  // ...
}

// this works in your React app
import FancyDiv from '@components/FancyDiv'

About

Personal Website built with react-static

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published