🗃⚛️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 start
ESLint
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/styles
redux
and redux-devtools
implimented and configured to work well in development
mode and production
. The store is hot reloadable ;)./gatsby-config.js
antd
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.js
tailwindcss
a utility-first CSS framework for rapidly building custom designs..env.production
the content should be the same as in .env.development
npm run build
npm run serve
git checkout -b my-new-feature
git 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).