Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 513 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 513 Bytes

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 git@github.com: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