93f9dfb0d3
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
configs | ||
src | ||
.bootstraprc | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
TypeScript React Redux Bootstrap Sass Webpack Starter
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
Install python
node-sass uses python, so please install python using
npm --add-python-to-path='true' --debug install --global windows-build-tools
Running application locally
npm install
NOTE: Without performing Install python step, npm install would fail
npm run build:dev
npm run start
NOTE: Will start the application in localhost:3001 using webpack dev server
Testing the project
Updating snapshot
npm run test:update-snapshot
npm run test