Go to https://editorconfig.org/#download and install the plugin for your editor of choice.
TLDR, nvm
is the best to run any number of Node versions seamlessly.
brew update && brew install nvm
nvm install 5.6
Start future terminal tabs for this project with nvm use 5.6
.
npm run dev
starts a Webpack dev server at 127.0.0.1:8080, with live-reload and hot module-replacementnpm run build
generates static Webpack bundlenpm run lint
lints based on .eslintrcnpm run test
runs tests in./tests
Static code and assets go in ./public
, and code goes ./src
.
airbnb.io/enzyme with Mocha, live in ./tests