/react-from-scratch

A React/Typescript project built from scratch with dev tools already integrated. Inspired with https://github.com/iamturns/create-exposed-app

Primary LanguageTypeScript

react-from-scratch

A React/Typescript project built from scratch with dev tools already integrated. Inspired with https://github.com/iamturns/create-exposed-app

Install packages

With Yarn (recommended)

yarn

With NPM

npm i

Start Development Server

With Yarn (recommended)

yarn dev

With NPM

npm run dev