Skip to content

miguelo12/portfolio

Repository files navigation

React-Static - TypeScript Template

Command

  • yarn start
  • yarn build
  • yarn deploy
  • yarn prod

Dependencies

  • react-static v7
  • ant.design

Test

To use this template, run react-static create and use the typescript template. react-static-typescript-plugin supports path aliases [since v3.1](react-static/react-static#963 (comment)). 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

my first portfolio with react static

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published