yuqingc / react-scratch

building a react project from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-scratch(Deprecated)

Please use Create React App


This is a starter project using Webpack + React + TypeScript. We are trying to keep all packages up to date with the latest version.

Get started

  • yarn or npm install

  • yarn run start or npm run start

Remember to remove the entire .git repository if you need to build your own project based on react-scratch

Install from NPM registry (Optional)

SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/  yarn install --registry="https://registry.npm.taobao.org"

Primary packages

  • react v16.13

  • webpack v5.0

  • TypeScript v4.0

About

building a react project from scratch

License:The Unlicense


Languages

Language:JavaScript 60.5%Language:TypeScript 22.6%Language:SCSS 10.6%Language:HTML 6.3%