react-tape
react-tape copied to clipboard
A boilerplate for React using Tape for testing.
React Tape
A relatively simple boilerplate for React using Tape for testing.
For something more full-fledged take a look at https://github.com/fc-io/react-tape-redux
Getting Started
git clone [email protected]:fc-io/react-tape.git
cd react-tape
npm install
npm start
Build for Production
npm run build
Testing
npm test
Linting
npm run lint
License
MIT