Enhanced create-react-app starter.
Live Demo: https://create-react-app-box.diogocapela.now.sh
# Get the latest snapshot
$ git clone https://github.com/diogocapela/create-react-app-box.git
# Change directory
$ cd create-react-app-box
# Install all the dependencies
$ yarn
# Start the development kit
$ yarn dev
# Build for production
$ yarn build
# Deletes node_modules
$ yarn clean
# Run all tests
$ yarn test
# Deploy to zeit now
$ now
Open source under the terms of the MIT License.