react-tape icon indicating copy to clipboard operation
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

open http://localhost:3000

Build for Production

npm run build

Testing

npm test

Linting

npm run lint

License

MIT