https://github.com/shannonlal/react-slider
https://github.com/shannonlal/react-slider
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shannonlal/react-slider
- Owner: shannonlal
- Created: 2016-10-29T17:26:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T02:54:09.000Z (over 8 years ago)
- Last Synced: 2025-02-04T21:46:14.520Z (4 months ago)
- Language: CSS
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The following is the README file for the Reac Slider
##Envrionment Variables Dependencies
You must create a .env and include the properties in your project.
[Please look at the .env-sample file for a list of properties required](./env-sample)
NOTE TO DEVELOPERS: AS YOU ADD PROPERTIES PLEASE PUT THEM INTO THE .env-sample
##Installation of Project
### Clone Git repo
Clone the Git Repo by running the command below.```
git clone https://github.com/shannonlal/react-slider
```### Setup the project
```
npm install --no-optional
```### Removing Unused Node Modules
```
npm prune
```### Start WebPack Dev Server
```
npm run dev
```## Directory Structure Layout
src/### components
### This is where
src/components### services
src/services### Company Handler
src/RoleManagementHandler## Scripts Commands
### Clean Lib Directory
```
npm run clean
```### Execute Unit Tests
```
npm run test
```
In Watch Mode```
npm run test-watch
```### Execute ES Lint on source code
```
npm run eslint
```
In watch mode```
npm run es-watch
```