Skip to content

ivaaaaann/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How do you make it work?

$ npm run dev
$ yarn dev

How do you build it?

$ npm run build
$ yarn build

Structure

├─ public
│  └─ index.html
├─ src
│  ├─ App.tsx
│  └─ index.tsx
├─ .babelrc
├─ package.json
└─ tsconfig.json