Skip to content

Sedona-Solutions/create-react-app-sedona

 
 

Repository files navigation

react-scripts-sedona

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.

tl;dr

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.

Credits

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.

About

Create React apps using typescript, SASS and CSS-modules with no build configuration.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.0%
  • Shell 25.8%
  • AppleScript 2.3%
  • HTML 1.4%
  • Other 1.5%