Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clzzi/react-typescript-boilerplate

👨‍💻 React & Typescript Boilerplate
https://github.com/clzzi/react-typescript-boilerplate

babel boilerplate eslint perttier react typescript webpack

Last synced: 5 days ago
JSON representation

👨‍💻 React & Typescript Boilerplate

Awesome Lists containing this project

README

        

## About
It's Typescript & React Boilerplate that easy to using on your project đź‘Ť

## Usage
Please type this command in user terminal 👨‍💻

```
$ npx clzzi-ts-react-boilerplate [project-name]
$ cd [project-name]
$ yarn dev
```

## Folder Structure

```
👨‍💻 Clzzi Ts React Boilerplate
├─ config
│  ├─ webpack.config.dev.js
│  ├─ webpack.config.prod.js
│  └─ webpack.config.common.js
├─ env
│  ├─ .env
│  └─ dev.env
├─ src
│  ├─ App.tsx
│  ├─ index.tsx
│  ├─ index.html
│  └─ favicon.ico
├─ .eslintrc
├─ .babelrc
├─ .prettierrc
├─ custom.d.ts
├─ package.json
└─ tsconfig.json
```

## How To Run?
You can run on **Develop mode** 🔥
```
$ yarn dev
$ npm run dev
```

You can run on **Production mode** ⚡
```
$ yarn build
$ npm run build
```