0.6.4 • Published 6 years ago

@oyelowo/custom-react-scripts v0.6.4

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

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 less

Feel free to clone the repository here

This package includes scripts and configuration used by Create React App. Please refer to its documentation: