Custom React enviroment that includes node-server, SaSS support, Redux, Jest, live browser detection, and formatting support.
- git clone https://github.com/C-Birdwell/React-Enviroment.git - install project
- yarn install - install node dependencies
- Setup server for devolopment
- yarn start - starts node server (keep this running in a seperate terminal window)
- yarn dev-server - starts enviroment for development (keep this running in a seperate terminal window)
- yarn build:dev - build for development (produced files are located in public/dist folder)
- yarn build:prod - build for production (produced files are located in public/dist folder)
- yarn destroy - removes dist folder
- yarn test - Run Jest