@oyelowo/custom-react-scripts
v0.6.4
Published
Added LESS and LESS module support to Create React App
Downloads
22
Readme
react-scripts
This package adds LESS and LESS module support to create-react-app 3.
- To start a new project, use:
npx create-react-app test-app --scripts-version @oyelowo/custom-react-scripts --typescript
where test-app is the name of the project.
- To use less:
$ npm install less --save
$ # or
$ yarn add lessFeel free to clone the repository here
This package includes scripts and configuration used by Create React App. Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
