Create custom React apps with Typescript.
⚠️ This project is in its first stage ! It may break regularly, until we release a first beta.
react-scripts-sedona provide Typescript support thanks to wmonk/create-react-app-typescript and customisation thanks to kitze/create-react-app.
See this projects' README for more informations.
create-react-app my-app --scripts-version react-scripts-sedona
Modify the .env
file in the root of the generated project, and add any of the configuration options below 👇 to enable that feature.
The generated project comes with SASS, LESS, and CSS modules support by default, but you can remove them at any time by removing the options from the .env
file.
REACT_APP_SASS=true
- enable SASS supportREACT_APP_LESS=true
- enable LESS supportREACT_APP_STYLUS=true
- enable Stylus supportREACT_APP_CSS_MODULES
- enable CSS modules
⚠️ For now, Babel options are disabled due to Typescript support. Use kitze/create-react-app if you need ES2015.
PORT=3015
- change default port (supported in CRA by default)OPEN_BROWSER=false
- don't open browser after running webpack server
This project is maintained by Sedona.