This repository
- is a single page application with React and Redux using TypeScript
- uses Bootstrap framework and Sass as preprocessor
- testing with Jest and Enzyme
- uses webpack as module bundler
node-sass uses python, so please install python using
npm --add-python-to-path='true' --debug install --global windows-build-toolsnpm installNOTE: Without performing Install python step, npm install would fail
npm run build:devnpm run startNOTE: Will start the application in localhost:3001 using webpack dev server
Updating snapshot
npm run test:update-snapshotnpm run test