From 45507c7451d000032be186f5074c974e6cd2d08c Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Mon, 12 Jul 2021 04:14:32 +0000 Subject: [PATCH] Delete 'REACT.md' --- REACT.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 REACT.md diff --git a/REACT.md b/REACT.md deleted file mode 100644 index e3e62a4..0000000 --- a/REACT.md +++ /dev/null @@ -1,19 +0,0 @@ -# CoreUI React version - -## Intro -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) - -It uses Sass (with .scss). The styles are loaded at the template level with `node-sass-chokidar` css preprocessor - -Dependencies are handled by **npm**. - -## Usage -`npm i` - to install dependencies - -## Sctipts -`npm start` for developing (it runs webpack-dev-server) -`npm run build` to run a dev build - -## See also -[Create-React-App](CRA.md) -[Readme](./README.md)