Create React apps (with Typescript, SCSS and CSS-modules, with typings) with no build configuration.
Create React App works on macOS, Windows, and Linux.
If something doesn’t work please file an issue.
npm install -g [email protected]
create-react-app my-app --scripts-version=react-scripts-sedona
cd my-app/
npm install --save-dev @types/node @types/react @types/react-dom @types/jest
npm start
We recommand to use yarn instead of npm. To do so, install yarn, and then :
yarn global add [email protected]
create-react-app my-app --scripts-version=react-scripts-sedona
cd my-app/
yarn add --dev install @types/node @types/react @types/react-dom @types/jest
yarn run start
last update from create-react-app
- project's tag : v0.9.5
- create-react-app package version : 1.3.0
We recommand to use react-scripts-sedona with this exact create-react-app version only.
React-scripts-sedona is created and maintained by Sedona http://www.sedona.fr
We would like to thanks the authors of the different libraries and tools used in this solution.
- react-scripts-ts, from wmonk
- create-react-app, from Facebook
- typed css modules, from Quramy