cunguyendev / react-typescript

This is a base app build from ReactJS and TypeScript.

Home Page:https://codelab-react-typescript.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Lab theme

This created from React and TypeScript

Author: Cu Nguyen <cunguyen.dev@gmail.com>

Deploy to Netlify: https://codelab-react-typescript.netlify.app/

Requirements

  • Node >=8.4.0 / npm >=5.3.0
    • Recommend installing with nvm
  • Yarn >=1.22.4(Optional)

Getting Started

Step by step to run this app in your local

Install packages

At your directory root, run:

npm/yarn install

Run server

npm/yarn start

Open on web: http://localhost:3000 (this is by default, you can custom it)

Build

npm/yarn run build

You can update the source structures to follow your patterns.

Note: Live-reload is supported

About

This is a base app build from ReactJS and TypeScript.

https://codelab-react-typescript.netlify.app/


Languages

Language:SCSS 58.1%Language:TypeScript 32.3%Language:HTML 9.6%