create-react-app-foundation
v1.0.0
Published
TypeScript-based boilerplate for React development
Downloads
4
Maintainers
Readme
React Boilerplate
Package Name
- create-react-app-foundation
Explanation
A boilerplate that provides the basic setup you need to get started with a React project.
It includes tools and libraries like TypeScript, ESLint, Prettier, React Router DOM, and more.
GitHub Repository
Library Spec
| Package | Version | |---|---| | @emotion/react | ^11.11.1 | | @emotion/styled | ^11.11.0 | | react | ^18.2.0 | | react-dom | ^18.2.0 | | react-router-dom | ^6.16.0 | | react-use | ^17.4.0 | | typescript | ^5.2.2 | | webpack | ^5.88.2 | | eslint | ^8.51.0 | | prettier | ^3.0.3 | | ts-node | ^10.9.1 | | @types/node | ^20.8.4 | | @types/react | ^18.2.27 | | @types/react-dom | ^18.2.12 |
Usage
Installation
npx create-react-app-foundation my-app
Start
$ cd my-app
$ yarn install
$ yarn start