🗃⚛️A GatsbyJs starter that includes the most popular js libraries, already pre-configured and ready for use. DEMO.
gatsby new blog https://github.com/Gherciu/gatsby-all-in.env.development filenpm run startESLint and Stylelint to enforce code style. Run npm run lint:scripts for .js|.jsx and npm run lint:styles for .css|.scss files.husky and lint-staged_mixins and _vars see all in ./src/stylesredux and redux-devtools implimented and configured to work well in development mode and production. The store is hot reloadable ;)./gatsby-config.jsantd is added and configured to work well as an UI framework (css normalization is not need, antd has own)./src have own README.md file with a little documentation and usage guideHelmet implimented and configured with gatsby-plugin-react-helmet see an example in ./src/layouts/MainLayout.jstailwindcss a utility-first CSS framework for rapidly building custom designs..env.production the content should be the same as in .env.developmentnpm run buildnpm run servegit checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-feature@Gherciu/gatsby-all-in © GHERCIU, Released under the MIT License.
Authored and maintained by GHERCIU with help from contributors (list).