All Projects → secret-tech → frontend-boilerplate

secret-tech / frontend-boilerplate

Licence: MIT License
Boilerplate to create powerful frontend applications

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to frontend-boilerplate

Eth Hot Wallet
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
Stars: ✭ 205 (+1105.88%)
Mutual labels:  redux-saga, webpack3
Hapi React Hot Loader Example
Simple React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (+158.82%)
Mutual labels:  redux-saga, webpack3
redux-saga
繁體中文 redux-saga 文件翻譯:
Stars: ✭ 39 (+129.41%)
Mutual labels:  redux-saga
logya
Logya is a static site generator written in Python designed to be easy to use and flexible.
Stars: ✭ 16 (-5.88%)
Mutual labels:  static-site-generator
awesome-gridsome
A curated list of awesome things related to Gridsome
Stars: ✭ 66 (+288.24%)
Mutual labels:  static-site-generator
bntp
A chrome extension providing Bookmarks in the New Tab Page
Stars: ✭ 37 (+117.65%)
Mutual labels:  redux-saga
sbt-hepek
Sbt plugin for rendering Scala objects to files. And more!
Stars: ✭ 17 (+0%)
Mutual labels:  static-site-generator
contentz
Create Content, Get a Highly Optimized Website
Stars: ✭ 57 (+235.29%)
Mutual labels:  static-site-generator
soupault
Static website generator based on HTML element tree rewriting
Stars: ✭ 214 (+1158.82%)
Mutual labels:  static-site-generator
Documentor
Super intuitive documentation generator, from markdown files to a single html file (style, scripts, images, search engine embedded) 📖
Stars: ✭ 32 (+88.24%)
Mutual labels:  static-site-generator
quantum-blox
Quantum blox - modular UI boilerplate in react
Stars: ✭ 12 (-29.41%)
Mutual labels:  redux-saga
auth-flow-react-apollo-saga
Full stack login/register flow with React, Apollo, Redux, Redux-saga and MongoDB.
Stars: ✭ 22 (+29.41%)
Mutual labels:  redux-saga
astro
Build fast websites, faster. 🚀🧑‍🚀✨
Stars: ✭ 11,024 (+64747.06%)
Mutual labels:  static-site-generator
tinystatic
A tiny static website generator which is flexible and easy to use
Stars: ✭ 36 (+111.76%)
Mutual labels:  static-site-generator
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (+247.06%)
Mutual labels:  static-site-generator
react-native-boilerplate-starter-app
📱🚀A POWERFUL React Native starter kit to bootstrap the start of your mobile app development
Stars: ✭ 202 (+1088.24%)
Mutual labels:  redux-saga
SHOPMATE
front-end e-commerce system
Stars: ✭ 12 (-29.41%)
Mutual labels:  redux-saga
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (+11.76%)
Mutual labels:  webpack3
Fakeflix
Not the usual clone that you can find on the web.
Stars: ✭ 4,429 (+25952.94%)
Mutual labels:  redux-saga
stacy
Website generator that combines content from Contentful CMS with Handlebars templates and publishes the website in Amazon S3.
Stars: ✭ 24 (+41.18%)
Mutual labels:  static-site-generator

DEPRECATED

We recommend to use Create React app

Frontend static boilerplate

A simple boilerplate to create frontend applications.

Commit hooks

That boilerplate uses pre-commit hooks and run some scripts before making git commit. To see what is started before commit check package.json pre-commit block. Default - yarn lint:all and yarn test. To ignore the check, use -n e.g git commit -n -m 'Your amazing commit msg'.

Environment variables

cp .env.example .env - copy example dotenv file and specify your own values in .env

You can use different environment variables. Create .env.stage, .env.prod and .env.dev and copy the file you need.

To access values inside application call console.log(process.env).

Scripts

yarn start - start application in development mode

yarn build - build application into /dist directory

yarn build:clean - remove prev /dist and build application

yarn serve - serve /dist directory. Requires build application before run

yarn lint:js - run eslint

yarn lint:css - run stylelint

yarn lint:all - run eslint and stylelint concurrently

yarn test - run jest

yarn test:coverage - jest coverage

yarn test:watch - jest in watch mode

yarn analyze - analyze webpack bundle


Jincor Tech

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].