Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 303 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 303 Bytes

React Tape

A boilerplate for React using Tape for testing.

Getting Started

  1. clone this repo
  2. npm install
  3. npm start
  4. open http://localhost:3000

Testing

npm test

Linting

npm run lint

Build for Production

npm run deploy

License

MIT