Skip to content

Instantly share code, notes, and snippets.

View ivan-dalmet's full-sized avatar
👶
I may be slow to respond. #baby

Ivan Dalmet ivan-dalmet

👶
I may be slow to respond. #baby
View GitHub Profile
@iansu
iansu / README.md
Last active March 1, 2021 08:40
Create React App 4.0 Alpha Testing

Create New App

JavaScript Template

npx create-react-app@next --scripts-version=@next --template=cra-template@next my-js-app

TypeScript Template

npx create-react-app@next --scripts-version=@next --template=typescript@next my-ts-app