Babel/TypeScript/React/Webpack Starter Pack Contributing Setup # after installing node.js 6 or higher npm install Running the development server npm start You can now access http://localhost:8080. Tests Run them: npm test npm run watch Check source code for style standards Code style standards are enforced via tools like eslint. Check source code: npm run check