# 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](https://github.com/Oyelowo/create-react-app)


This package includes scripts and configuration used by [Create React App](https://github.com/facebook/create-react-app).<br>
Please refer to its documentation:

- [Getting Started](https://facebook.github.io/create-react-app/docs/getting-started) – How to create a new app.
- [User Guide](https://facebook.github.io/create-react-app/) – How to develop apps bootstrapped with Create React App.
