- Jest
- TypeScript
- React
- jest-cucmber
- You need to have NodeJS > 8.0
- Install TypeScript and TSLint
npm install -g typescript tslint
- Install the dependencies of this project.
npm install
- Run the first build
npm run bulid
- To test
npm run test
- To build
npm run build
- To run dev server
npm run start