Boilerplate project for a webapp using React/Redux architecture.
- Clone this repository and delete the .git folder
- Remove/Adapt all example components if necessary: component/button modules/counter views/home routes.js
- Run
yarn
- Run
yarn dev
- Your application is running on
http://localhost:ENV.PORT || 3000
- Install it globally with
npm i -g prettier
- Install jsprettier package via sublime package control
{
"prettier_cli_path": "/usr/local/bin/prettier",
"node_path": "/usr/local/bin/node",
"auto_format_on_save": true,
"allow_inline_formatting": false,
"custom_file_extensions": [],
"additional_cli_args": {},
"max_file_size_limit": -1,
}
{
"prettier.eslintIntegration": true,
"editor.formatOnSave": true,
"typescript.check.npmIsInstalled": false,
"extensions.ignoreRecommendations": true
}